From: Eli Zaretskii Date: Sat, 8 Jul 2006 15:20:52 +0000 (+0000) Subject: (define-minor-mode): Doc fix. X-Git-Tag: emacs-pretest-22.0.90~1644 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1094404231cfc3dc55b5289f4d029d3210f71ead;p=emacs.git (define-minor-mode): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 98c2d923614..b295b26a065 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2006-07-08 Eli Zaretskii + + * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. + 2006-07-07 Chong Yidong * term/x-win.el (x-display-name): Doc fix. diff --git a/lisp/emacs-lisp/easy-mmode.el b/lisp/emacs-lisp/easy-mmode.el index 5475ed530d3..097083112c3 100644 --- a/lisp/emacs-lisp/easy-mmode.el +++ b/lisp/emacs-lisp/easy-mmode.el @@ -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