aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/modes.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/modes.texi b/lispref/modes.texi
index 953f71d0740..749d53f245d 100644
--- a/lispref/modes.texi
+++ b/lispref/modes.texi
@@ -1055,7 +1055,7 @@ Changing this variable does not force an update of the mode line.
1055 1055
1056@defvar mode-line-buffer-identification 1056@defvar mode-line-buffer-identification
1057This variable identifies the buffer being displayed in the window. Its 1057This variable identifies the buffer being displayed in the window. Its
1058default value is @samp{Emacs: %17b}, which means that it displays 1058default value is @code{("Emacs: %17b")}, which means that it displays
1059@samp{Emacs:} followed by seventeen characters of the buffer name. You 1059@samp{Emacs:} followed by seventeen characters of the buffer name. You
1060may want to change this in modes such as Rmail that do not behave like a 1060may want to change this in modes such as Rmail that do not behave like a
1061``normal'' Emacs. 1061``normal'' Emacs.