Mercurial > emacs
changeset 71683:84a7f1549aaa
(define-minor-mode): Doc fix.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 08 Jul 2006 15:20:08 +0000 |
parents | eb8748b314c4 |
children | 0b4fa7a6e676 |
files | lisp/emacs-lisp/easy-mmode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/easy-mmode.el Sat Jul 08 13:21:42 2006 +0000 +++ b/lisp/emacs-lisp/easy-mmode.el Sat Jul 08 15:20:08 2006 +0000 @@ -101,7 +101,7 @@ 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