summaryrefslogtreecommitdiff
path: root/lispref/modes.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-05-27 23:47:15 +0000
committerRichard M. Stallman <rms@gnu.org>1998-05-27 23:47:15 +0000
commitebc6903b2989b2de3154afd59fece90ba3882306 (patch)
treeda680e9d8aae919f6e876338d629d8b718ca24f8 /lispref/modes.texi
parent40f406674acfc16eb1f01fd23de83a0329e65eea (diff)
downloademacs-ebc6903b2989b2de3154afd59fece90ba3882306.tar.gz
*** empty log message ***
Diffstat (limited to 'lispref/modes.texi')
-rw-r--r--lispref/modes.texi7
1 files changed, 4 insertions, 3 deletions
diff --git a/lispref/modes.texi b/lispref/modes.texi
index f8a5729ccc3..1ecbd177c0d 100644
--- a/lispref/modes.texi
+++ b/lispref/modes.texi
@@ -1182,8 +1182,8 @@ frame at a time.
@defvar mode-line-buffer-identification
This variable identifies the buffer being displayed in the window. Its
-default value is @code{("%12b")}, which means that it usually displays
-twelve characters of the buffer name.
+default value is @code{("%12b")}, which displays the buffer name, padded
+with spaces to at least 12 columns.
@end defvar
@defvar global-mode-string
@@ -1484,7 +1484,8 @@ For example, Fortran mode uses it this way:
The @code{imenu-generic-expression} patterns can then use @samp{\\sw+}
instead of @samp{\\(\\sw\\|\\s_\\)+}. Note that this technique may be
inconvenient to use when the mode needs to limit the initial character
-of a name to a smaller set of characters
+of a name to a smaller set of characters than are allowed in the rest
+of a name.
Setting this variable makes it buffer-local in the current buffer.
@end defvar