]> git.eshelyaron.com Git - emacs.git/commitdiff
(define-minor-mode): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sun, 9 Jul 2006 02:02:03 +0000 (02:02 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 9 Jul 2006 02:02:03 +0000 (02:02 +0000)
lisp/emacs-lisp/easy-mmode.el

index 097083112c3e5daca4577fe88cc78e978257444d..d4ba8d306236fe57802e386fb1d4437b8d009970 100644 (file)
@@ -102,8 +102,8 @@ The above three arguments can be skipped if keyword arguments are
 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):