]> git.eshelyaron.com Git - emacs.git/commitdiff
(Minor Mode Conventions): Use custom-set-minor-mode.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 16 Nov 2005 18:11:34 +0000 (18:11 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 16 Nov 2005 18:11:34 +0000 (18:11 +0000)
(Minor Mode Conventions): Mention the use of a hook.

lispref/ChangeLog
lispref/modes.texi

index dc2e92296ef17f5b52999b99f4cd1ecb764f9796..d8014b276131fcbeeac4dfa203f7c0f93997b066 100644 (file)
@@ -1,6 +1,7 @@
 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
+       (Minor Mode Conventions): Mention the use of a hook.
 
 2005-11-06  Richard M. Stallman  <rms@gnu.org>
 
index 5dc9873fe968d20a747991079b0018fc97ee8b5b..f0513704b1fa4da7e702e529d0606b935abfec53 100644 (file)
@@ -1214,8 +1214,8 @@ The value of this variable is a list of all minor mode commands.
   There are conventions for writing minor modes just as there are for
 major modes.  Several of the major mode conventions apply to minor
 modes as well: those regarding the name of the mode initialization
-function, the names of global symbols, and the use of keymaps and
-other tables.
+function, the names of global symbols, the use of a hook at the end of
+the initialization function, and the use of keymaps and other tables.
 
   In addition, there are several conventions that are specific to
 minor modes.  (The easiest way to follow all the conventions is to use