]> git.eshelyaron.com Git - emacs.git/commitdiff
(Defining Minor Modes): Mention the mode hook.
authorLute Kamstra <lute@gnu.org>
Tue, 17 May 2005 15:21:33 +0000 (15:21 +0000)
committerLute Kamstra <lute@gnu.org>
Tue, 17 May 2005 15:21:33 +0000 (15:21 +0000)
lispref/modes.texi

index 9af56fd9d37f850606fac67c8c64cbae766a1d63..ec5fe23c171dc6cbeeaba60623e44f530442b875 100644 (file)
@@ -1408,9 +1408,10 @@ This is equivalent to specifying @var{keymap} positionally.
 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