Mercurial > emacs
changeset 71728:fb14880da83e
(define-minor-mode): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 09 Jul 2006 02:02:03 +0000 |
parents | 84008c83cd50 |
children | 9f431e2269e4 |
files | lisp/emacs-lisp/easy-mmode.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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):