diff lisp/emacs-lisp/easy-mmode.el @ 71728:fb14880da83e

(define-minor-mode): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sun, 09 Jul 2006 02:02:03 +0000
parents 84a7f1549aaa
children e2ff121d30ca 8a8e69664178
line wrap: on
line diff
--- a/lisp/emacs-lisp/easy-mmode.el	Sun Jul 09 02:00:46 2006 +0000
+++ b/lisp/emacs-lisp/easy-mmode.el	Sun Jul 09 02:02:03 2006 +0000
@@ -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):