Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
8caa1356
Commit
8caa1356
authored
Mar 06, 2005
by
Richard M. Stallman
Browse files
(Mode Line Format): Get rid of "Emacs 21".
(Mode Line Data, Properties in Mode, Header Lines): Likewise.
parent
2a1cf636
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
lispref/modes.texi
lispref/modes.texi
+4
-5
No files found.
lispref/modes.texi
View file @
8caa1356
...
...
@@ -1220,7 +1220,7 @@ displayed in the window. The mode line contains information about the
buffer, such as its name, associated file, depth of recursive editing,
and major and minor modes. A window can also have a @dfn{header
line}, which is much like the mode line but appears at the top of the
window
(starting in Emacs 21)
.
window.
This section describes how to control the contents of the mode line
and header line. We include it in this chapter because much of the
...
...
@@ -1295,7 +1295,7 @@ controls which other variables are used to form the mode-line text, and
where they appear.
If you set this variable to @code{nil} in a buffer, that buffer does not
have a mode line.
(This feature was added in Emacs 21.)
have a mode line.
@end defvar
A mode-line construct may be as simple as a fixed string of text, but
...
...
@@ -1349,7 +1349,6 @@ common form of mode-line construct.
@item (:eval @var{form})
A list whose first element is the symbol @code{:eval} says to evaluate
@var{form}, and use the result as a string to display.
(This feature is new as of Emacs 21.)
@item (:propertize @var{elt} @var{props}@dots{})
A list whose first element is the symbol @code{:propertize} says to
...
...
@@ -1713,7 +1712,7 @@ The value of @code{global-mode-string}. Currently, only
@subsection Properties in the Mode Line
@cindex text properties in the mode line
Starting in Emacs 21, c
ertain text properties are meaningful in the
C
ertain text properties are meaningful in the
mode line. The @code{face} property affects the appearance of text; the
@code{help-echo} property associate help strings with the text, and
@code{local-map} can make the text mouse-sensitive.
...
...
@@ -1757,7 +1756,7 @@ local variables.
@cindex header line (of a window)
@cindex window header line
Starting in Emacs 21, a
window can have a @dfn{header line} at the
A
window can have a @dfn{header line} at the
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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment