# HG changeset patch # User Lute Kamstra # Date 1116343293 0 # Node ID 893818a65dc59cc6f19975fd82ba3a5faf50c579 # Parent 50ff61f0f99d66a50c9799da53133faf546bebbe (Defining Minor Modes): Mention the mode hook. diff -r 50ff61f0f99d -r 893818a65dc5 lispref/modes.texi --- a/lispref/modes.texi Tue May 17 15:17:18 2005 +0000 +++ b/lispref/modes.texi Tue May 17 15:21:33 2005 +0000 @@ -1408,9 +1408,10 @@ Any other keyword arguments are passed passed directly to the @code{defcustom} generated for the variable @var{mode}. -The command named @var{mode} finishes by executing the @var{body} forms, -if any, after it has performed the standard actions such as setting -the variable named @var{mode}. +The command named @var{mode} first performs the standard actions such +as setting the variable named @var{mode} and then executes the +@var{body} forms, if any. It finishes by running the mode hook +variable @code{@var{mode}-hook}. @end defmac @findex easy-mmode-define-minor-mode