aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2006-07-08 18:05:39 +0000
committerEli Zaretskii2006-07-08 18:05:39 +0000
commit4d65ea9d339ccb5977ac2372bd90e5f14ce36dad (patch)
tree699d6db6f1e77520cb4b03e740efb916bd415706
parentc58faeeda464e7fff44016a5e34e13d766ffd6bf (diff)
downloademacs-4d65ea9d339ccb5977ac2372bd90e5f14ce36dad.tar.gz
emacs-4d65ea9d339ccb5977ac2372bd90e5f14ce36dad.zip
(Defining Minor Modes, Header Lines): Remove @tindex.
-rw-r--r--lispref/modes.texi3
1 files changed, 0 insertions, 3 deletions
diff --git a/lispref/modes.texi b/lispref/modes.texi
index b2848b87b04..c98039d7ae0 100644
--- a/lispref/modes.texi
+++ b/lispref/modes.texi
@@ -1365,7 +1365,6 @@ characters are reserved for major modes.)
1365implementing a mode in one self-contained definition. 1365implementing a mode in one self-contained definition.
1366 1366
1367@defmac define-minor-mode mode doc [init-value [lighter [keymap]]] keyword-args@dots{} body@dots{} 1367@defmac define-minor-mode mode doc [init-value [lighter [keymap]]] keyword-args@dots{} body@dots{}
1368@tindex define-minor-mode
1369This macro defines a new minor mode whose name is @var{mode} (a 1368This macro defines a new minor mode whose name is @var{mode} (a
1370symbol). It defines a command named @var{mode} to toggle the minor 1369symbol). It defines a command named @var{mode} to toggle the minor
1371mode, with @var{doc} as its documentation string. It also defines a 1370mode, with @var{doc} as its documentation string. It also defines a
@@ -2079,14 +2078,12 @@ top, just as it can have a mode line at the bottom. The header line
2079feature works just like the mode-line feature, except that it's 2078feature works just like the mode-line feature, except that it's
2080controlled by different variables. 2079controlled by different variables.
2081 2080
2082@tindex header-line-format
2083@defvar header-line-format 2081@defvar header-line-format
2084This variable, local in every buffer, specifies how to display the 2082This variable, local in every buffer, specifies how to display the
2085header line, for windows displaying the buffer. The format of the value 2083header line, for windows displaying the buffer. The format of the value
2086is the same as for @code{mode-line-format} (@pxref{Mode Line Data}). 2084is the same as for @code{mode-line-format} (@pxref{Mode Line Data}).
2087@end defvar 2085@end defvar
2088 2086
2089@tindex default-header-line-format
2090@defvar default-header-line-format 2087@defvar default-header-line-format
2091This variable holds the default @code{header-line-format} for buffers 2088This variable holds the default @code{header-line-format} for buffers
2092that do not override it. This is the same as @code{(default-value 2089that do not override it. This is the same as @code{(default-value