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: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/lispref/modes.texi
Date: Wed, 23 Feb 2005 04:13:14 -0500

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




reply via email to

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