summaryrefslogtreecommitdiff
path: root/doc/lispref/intro.texi
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-04-10 00:11:23 -0700
committerGlenn Morris <rgm@gnu.org>2012-04-10 00:11:23 -0700
commit2bb0eca1ebe1ff1b9939b6350a2e5310c17a7e8c (patch)
treeccd6c79c4315efd0260cd3a885cf7b4dcdf74cbc /doc/lispref/intro.texi
parent62200c147ccf48fdff77438e05ca296a9d40ceb4 (diff)
downloademacs-2bb0eca1ebe1ff1b9939b6350a2e5310c17a7e8c.tar.gz
emacs-2bb0eca1ebe1ff1b9939b6350a2e5310c17a7e8c.tar.bz2
emacs-2bb0eca1ebe1ff1b9939b6350a2e5310c17a7e8c.zip
In doc/lispref, use @file for buffers, per the Texinfo manual.
It renders the same as @samp, so there is no visible change in most cases.
Diffstat (limited to 'doc/lispref/intro.texi')
-rw-r--r--doc/lispref/intro.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/intro.texi b/doc/lispref/intro.texi
index 365c5f3122e..c963ba03545 100644
--- a/doc/lispref/intro.texi
+++ b/doc/lispref/intro.texi
@@ -247,7 +247,7 @@ indicated with @samp{@equiv{}}.
Many of the examples in this manual print text when they are
evaluated. If you execute example code in a Lisp Interaction buffer
-(such as the buffer @samp{*scratch*}), the printed text is inserted into
+(such as the buffer @file{*scratch*}), the printed text is inserted into
the buffer. If you execute the example by other means (such as by
evaluating the function @code{eval-region}), the printed text is
displayed in the echo area.