# HG changeset patch # User Richard M. Stallman # Date 1152410523 0 # Node ID fb14880da83eae6c1d6c09b6598c7c27e7f8d865 # Parent 84008c83cd50f0d227d9f387808bc20580bf1b82 (define-minor-mode): Doc fix. diff -r 84008c83cd50 -r fb14880da83e lisp/emacs-lisp/easy-mmode.el --- 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):