summaryrefslogtreecommitdiff
path: root/doc/emacs/abbrevs.texi
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-04-09 23:54:43 -0700
committerGlenn Morris <rgm@gnu.org>2012-04-09 23:54:43 -0700
commit1c64e6ed6dd93b012659bc025e0d9329d92e9089 (patch)
tree3ae60b1869132a273ffd5504585f96b8f38ef1b2 /doc/emacs/abbrevs.texi
parent20331c1c4096aa27bc3aeb91dd9bd0ea6f24d1ae (diff)
downloademacs-1c64e6ed6dd93b012659bc025e0d9329d92e9089.tar.gz
In doc/emacs, 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/emacs/abbrevs.texi')
-rw-r--r--doc/emacs/abbrevs.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/emacs/abbrevs.texi b/doc/emacs/abbrevs.texi
index f3b272c359d..a8a34e62c1f 100644
--- a/doc/emacs/abbrevs.texi
+++ b/doc/emacs/abbrevs.texi
@@ -261,12 +261,12 @@ expands to itself, and save it to your abbrev file.
@kbd{M-x edit-abbrevs} allows you to add, change or kill abbrev
definitions by editing a list of them in an Emacs buffer. The list has
the same format described above. The buffer of abbrevs is called
-@samp{*Abbrevs*}, and is in Edit-Abbrevs mode. Type @kbd{C-c C-c} in
+@file{*Abbrevs*}, and is in Edit-Abbrevs mode. Type @kbd{C-c C-c} in
this buffer to install the abbrev definitions as specified in the
buffer---and delete any abbrev definitions not listed.
The command @code{edit-abbrevs} is actually the same as
-@code{list-abbrevs} except that it selects the buffer @samp{*Abbrevs*}
+@code{list-abbrevs} except that it selects the buffer @file{*Abbrevs*}
whereas @code{list-abbrevs} merely displays it in another window.
@node Saving Abbrevs