From 4d65ea9d339ccb5977ac2372bd90e5f14ce36dad Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 8 Jul 2006 18:05:39 +0000 Subject: [PATCH] (Defining Minor Modes, Header Lines): Remove @tindex. --- lispref/modes.texi | 3 --- 1 file changed, 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.) implementing a mode in one self-contained definition. @defmac define-minor-mode mode doc [init-value [lighter [keymap]]] keyword-args@dots{} body@dots{} -@tindex 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 @@ top, just as it can have a mode line at the bottom. The header line feature works just like the mode-line feature, except that it's controlled by different variables. -@tindex 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 -@tindex 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 -- 2.39.5