aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1994-06-23 13:56:21 +0000
committerRichard M. Stallman <[email protected]>1994-06-23 13:56:21 +0000
commit8dd7abfc2a729d3da8540c87b158d65872178b0d (patch)
treeab480d5636ee0b365a20934f7400cb76a5069969 /lispref
parentec623f1b77f8b0ea81b7d5ce5b1389d47184c29e (diff)
*** empty log message ***
Diffstat (limited to 'lispref')
-rw-r--r--lispref/modes.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/modes.texi b/lispref/modes.texi
index 953f71d074..749d53f245 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.