diff options
author | Eli Zaretskii <eliz@gnu.org> | 2006-07-08 15:20:52 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2006-07-08 15:20:52 +0000 |
commit | 1094404231cfc3dc55b5289f4d029d3210f71ead (patch) | |
tree | aae025f187daeb65c7087d56f2bccd2ec3b4a306 /lisp/emacs-lisp/easy-mmode.el | |
parent | f2bb3ca35b3ecc825c0fce70ce21c6a0df78b6f6 (diff) | |
download | emacs-1094404231cfc3dc55b5289f4d029d3210f71ead.tar.gz emacs-1094404231cfc3dc55b5289f4d029d3210f71ead.tar.bz2 emacs-1094404231cfc3dc55b5289f4d029d3210f71ead.zip |
(define-minor-mode): Doc fix.
Diffstat (limited to 'lisp/emacs-lisp/easy-mmode.el')
-rw-r--r-- | lisp/emacs-lisp/easy-mmode.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |