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: Sun, 09 Jul 2006 02:02:03 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       06/07/09 02:02:03

Index: easy-mmode.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/emacs-lisp/easy-mmode.el,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -b -r1.76 -r1.77
--- easy-mmode.el       8 Jul 2006 15:20:08 -0000       1.76
+++ easy-mmode.el       9 Jul 2006 02:02:03 -0000       1.77
@@ -102,8 +102,8 @@
 used (see below).
 
 BODY contains code to execute each time the mode is activated or deactivated.
-  It will be executed after any toggling but before running the hook variable
-  `mode-HOOK'.
+  It is executed after toggling the mode,
+  and before running the hook variable `mode-HOOK'.
   Before the actual body code, you can write keyword arguments (alternating
   keywords and values).  These following keyword arguments are supported (other
   keywords will be passed to `defcustom' if the minor mode is global):




reply via email to

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