emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/modes.texi


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lispref/modes.texi
Date: Wed, 16 Nov 2005 13:11:34 -0500

Index: emacs/lispref/modes.texi
diff -c emacs/lispref/modes.texi:1.125 emacs/lispref/modes.texi:1.126
*** emacs/lispref/modes.texi:1.125      Wed Nov 16 17:14:36 2005
--- emacs/lispref/modes.texi    Wed Nov 16 18:11:34 2005
***************
*** 1214,1221 ****
    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.
  
    In addition, there are several conventions that are specific to
  minor modes.  (The easiest way to follow all the conventions is to use
--- 1214,1221 ----
    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, 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]