]> git.eshelyaron.com Git - emacs.git/commitdiff
(define-minor-mode): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sat, 8 Jul 2006 15:20:52 +0000 (15:20 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 8 Jul 2006 15:20:52 +0000 (15:20 +0000)
lisp/ChangeLog
lisp/emacs-lisp/easy-mmode.el

index 98c2d923614fdf7f8be10ecb4c1c116526b07365..b295b26a0651fe3cc4a3b6e5301489e71f4aa53c 100644 (file)
@@ -1,3 +1,7 @@
+2006-07-08  Eli Zaretskii  <eliz@gnu.org>
+
+       * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
+
 2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
 
        * term/x-win.el (x-display-name): Doc fix.
index 5475ed530d3c9f998b7a744cca2feae40f3133de..097083112c3e5daca4577fe88cc78e978257444d 100644 (file)
@@ -101,7 +101,7 @@ Optional KEYMAP is the default (defvar) keymap bound to the mode keymap.
 The above three arguments can be skipped if keyword arguments are
 used (see below).
 
-BODY contains code that will be executed each time the mode is (dis)activated.
+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'.
   Before the actual body code, you can write keyword arguments (alternating