summaryrefslogtreecommitdiff
path: root/lispref/modes.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-06-23 13:56:21 +0000
committerRichard M. Stallman <rms@gnu.org>1994-06-23 13:56:21 +0000
commit9a4f6301e380972bdad91b664af2cf4505f402d9 (patch)
tree4f252e7387b6e2d980fe246ccd228ac102d04c4a /lispref/modes.texi
parent3deba44b93d8274b8d3f4f67c43ab2d57878e922 (diff)
downloademacs-9a4f6301e380972bdad91b664af2cf4505f402d9.tar.gz
*** empty log message ***
Diffstat (limited to 'lispref/modes.texi')
-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.
@defvar mode-line-buffer-identification
This variable identifies the buffer being displayed in the window. Its
-default value is @samp{Emacs: %17b}, which means that it displays
+default value is @code{("Emacs: %17b")}, which means that it displays
@samp{Emacs:} followed by seventeen characters of the buffer name. You
may want to change this in modes such as Rmail that do not behave like a
``normal'' Emacs.