changeset 8016:51c69c76c3cc

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Thu, 23 Jun 1994 13:56:21 +0000
parents 3d6ee294a710
children ae1a594ebb1d
files lispref/modes.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/modes.texi	Thu Jun 23 01:30:12 1994 +0000
+++ b/lispref/modes.texi	Thu Jun 23 13:56:21 1994 +0000
@@ -1055,7 +1055,7 @@
 
 @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.