# HG changeset patch # User Eli Zaretskii # Date 1152372008 0 # Node ID 84a7f1549aaa9a7e4de3ab10212d8b0fb633ab27 # Parent eb8748b314c423efe4302a71fb5b0f8c71af9b63 (define-minor-mode): Doc fix. diff -r eb8748b314c4 -r 84a7f1549aaa lisp/emacs-lisp/easy-mmode.el --- 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