1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-10 00:00:39 -08:00

(define-minor-mode): Doc fix.

This commit is contained in:
Richard M. Stallman 2006-07-09 02:02:03 +00:00
parent 21662bd3eb
commit b50b95ce64

View file

@ -102,8 +102,8 @@ The above three arguments can be skipped if keyword arguments are
used (see below). used (see below).
BODY contains code to execute each time the mode is activated or deactivated. 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 It is executed after toggling the mode,
`mode-HOOK'. and before running the hook variable `mode-HOOK'.
Before the actual body code, you can write keyword arguments (alternating Before the actual body code, you can write keyword arguments (alternating
keywords and values). These following keyword arguments are supported (other keywords and values). These following keyword arguments are supported (other
keywords will be passed to `defcustom' if the minor mode is global): keywords will be passed to `defcustom' if the minor mode is global):