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,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lispref/modes.texi,v
Date: Sat, 08 Jul 2006 18:05:39 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    06/07/08 18:05:39

Index: modes.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/modes.texi,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -b -r1.141 -r1.142
--- modes.texi  5 Jul 2006 14:13:23 -0000       1.141
+++ modes.texi  8 Jul 2006 18:05:39 -0000       1.142
@@ -1365,7 +1365,6 @@
 implementing a mode in one self-contained definition.
 
 @defmac define-minor-mode mode doc [init-value [lighter [keymap]]] 
address@hidden address@hidden
address@hidden define-minor-mode
 This macro defines a new minor mode whose name is @var{mode} (a
 symbol).  It defines a command named @var{mode} to toggle the minor
 mode, with @var{doc} as its documentation string.  It also defines a
@@ -2079,14 +2078,12 @@
 feature works just like the mode-line feature, except that it's
 controlled by different variables.
 
address@hidden header-line-format
 @defvar header-line-format
 This variable, local in every buffer, specifies how to display the
 header line, for windows displaying the buffer.  The format of the value
 is the same as for @code{mode-line-format} (@pxref{Mode Line Data}).
 @end defvar
 
address@hidden default-header-line-format
 @defvar default-header-line-format
 This variable holds the default @code{header-line-format} for buffers
 that do not override it.  This is the same as @code{(default-value




reply via email to

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