/[emacs]/emacs/lispref/modes.texi
ViewVC logotype

Diff of /emacs/lispref/modes.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.88 by kfstorm, Wed Feb 9 15:50:36 2005 UTC revision 1.89 by lute, Wed Feb 23 09:13:14 2005 UTC
# Line 1  Line 1 
1  @c -*-texinfo-*-  @c -*-texinfo-*-
2  @c This is part of the GNU Emacs Lisp Reference Manual.  @c This is part of the GNU Emacs Lisp Reference Manual.
3  @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2003, 2004  @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999,
4  @c   Free Software Foundation, Inc.  @c   2003, 2004, 2005 Free Software Foundation, Inc.
5  @c See the file elisp.texi for copying conditions.  @c See the file elisp.texi for copying conditions.
6  @setfilename ../info/modes  @setfilename ../info/modes
7  @node Modes, Documentation, Keymaps, Top  @node Modes, Documentation, Keymaps, Top
# Line 1098  characters are reserved for major modes. Line 1098  characters are reserved for major modes.
1098  @subsection Defining Minor Modes  @subsection Defining Minor Modes
1099    
1100    The macro @code{define-minor-mode} offers a convenient way of    The macro @code{define-minor-mode} offers a convenient way of
1101  implementing a mode in one self-contained definition.  It supports only  implementing a mode in one self-contained definition.
 buffer-local minor modes, not global ones.  
1102    
1103  @defmac define-minor-mode mode doc [init-value [lighter [keymap keyword-args... body...]]]  @defmac define-minor-mode mode doc [init-value [lighter [keymap keyword-args... body...]]]
1104  @tindex define-minor-mode  @tindex define-minor-mode

Legend:
Removed from v.1.88  
changed lines
  Added in v.1.89

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26