emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/easy-mmode.el,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/easy-mmode.el,v
Date: Sat, 30 Dec 2006 21:34:14 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       06/12/30 21:34:14

Index: easy-mmode.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/emacs-lisp/easy-mmode.el,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -b -r1.79 -r1.80
--- easy-mmode.el       28 Nov 2006 19:22:31 -0000      1.79
+++ easy-mmode.el       30 Dec 2006 21:34:14 -0000      1.80
@@ -274,7 +274,7 @@
 (defalias 'easy-mmode-define-global-mode 'define-global-minor-mode)
 ;;;###autoload
 (defmacro define-global-minor-mode (global-mode mode turn-on &rest keys)
-  "Make GLOBAL-MODE out of the buffer-local minor MODE.
+  "Make a global mode GLOBAL-MODE corresponding to buffer-local minor MODE.
 TURN-ON is a function that will be called with no args in every buffer
   and that should try to turn MODE on if applicable for that buffer.
 KEYS is a list of CL-style keyword arguments.  As the minor mode




reply via email to

[Prev in Thread] Current Thread [Next in Thread]