diff options
| author | Eli Zaretskii | 2006-07-08 18:05:39 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-07-08 18:05:39 +0000 |
| commit | 4d65ea9d339ccb5977ac2372bd90e5f14ce36dad (patch) | |
| tree | 699d6db6f1e77520cb4b03e740efb916bd415706 | |
| parent | c58faeeda464e7fff44016a5e34e13d766ffd6bf (diff) | |
| download | emacs-4d65ea9d339ccb5977ac2372bd90e5f14ce36dad.tar.gz emacs-4d65ea9d339ccb5977ac2372bd90e5f14ce36dad.zip | |
(Defining Minor Modes, Header Lines): Remove @tindex.
| -rw-r--r-- | lispref/modes.texi | 3 |
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.) | |||
| 1365 | implementing a mode in one self-contained definition. | 1365 | implementing 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 | ||
| 1369 | This macro defines a new minor mode whose name is @var{mode} (a | 1368 | This macro defines a new minor mode whose name is @var{mode} (a |
| 1370 | symbol). It defines a command named @var{mode} to toggle the minor | 1369 | symbol). It defines a command named @var{mode} to toggle the minor |
| 1371 | mode, with @var{doc} as its documentation string. It also defines a | 1370 | 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 | |||
| 2079 | feature works just like the mode-line feature, except that it's | 2078 | feature works just like the mode-line feature, except that it's |
| 2080 | controlled by different variables. | 2079 | controlled by different variables. |
| 2081 | 2080 | ||
| 2082 | @tindex header-line-format | ||
| 2083 | @defvar header-line-format | 2081 | @defvar header-line-format |
| 2084 | This variable, local in every buffer, specifies how to display the | 2082 | This variable, local in every buffer, specifies how to display the |
| 2085 | header line, for windows displaying the buffer. The format of the value | 2083 | header line, for windows displaying the buffer. The format of the value |
| 2086 | is the same as for @code{mode-line-format} (@pxref{Mode Line Data}). | 2084 | is 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 |
| 2091 | This variable holds the default @code{header-line-format} for buffers | 2088 | This variable holds the default @code{header-line-format} for buffers |
| 2092 | that do not override it. This is the same as @code{(default-value | 2089 | that do not override it. This is the same as @code{(default-value |