From: Richard M. Stallman Date: Sun, 9 Jul 2006 02:02:03 +0000 (+0000) Subject: (define-minor-mode): Doc fix. X-Git-Tag: emacs-pretest-22.0.90~1602 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b50b95ce642cfdc9f43c4fc0c0e23699a20e6bbd;p=emacs.git (define-minor-mode): Doc fix. --- diff --git a/lisp/emacs-lisp/easy-mmode.el b/lisp/emacs-lisp/easy-mmode.el index 097083112c3..d4ba8d30623 100644 --- a/lisp/emacs-lisp/easy-mmode.el +++ b/lisp/emacs-lisp/easy-mmode.el @@ -102,8 +102,8 @@ The above three arguments can be skipped if keyword arguments are 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):