summaryrefslogtreecommitdiff
path: root/doc/misc/viper.texi
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2014-03-12 16:52:34 -0400
committerGlenn Morris <rgm@gnu.org>2014-03-12 16:52:34 -0400
commitd29fbf47e4b1ea635f96bada13645675a0c0506b (patch)
treedf2f7f135512e10a96252f8da61065adea3a4aa2 /doc/misc/viper.texi
parent991f63c0f49388023045b7ce471a085fd320ca4e (diff)
downloademacs-d29fbf47e4b1ea635f96bada13645675a0c0506b.tar.gz
Use @file for buffers, per the Texinfo manual
* doc/misc/ada-mode.texi, doc/misc/auth.texi, doc/misc/calc.texi: * doc/misc/ebrowse.texi, doc/misc/efaq.texi, doc/misc/emacs-gnutls.texi: * doc/misc/epa.texi, doc/misc/ert.texi, doc/misc/eshell.texi: * doc/misc/eww.texi, doc/misc/flymake.texi, doc/misc/gnus.texi: * doc/misc/info.texi, doc/misc/message.texi, doc/misc/mh-e.texi: * doc/misc/newsticker.texi, doc/misc/pcl-cvs.texi, doc/misc/rcirc.texi: * doc/misc/sem-user.texi, doc/misc/smtpmail.texi, doc/misc/url.texi: * doc/misc/viper.texi, doc/misc/wisent.texi, doc/misc/woman.texi: Use @file for buffers, per the Texinfo manual.
Diffstat (limited to 'doc/misc/viper.texi')
-rw-r--r--doc/misc/viper.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/misc/viper.texi b/doc/misc/viper.texi
index 5cbf32c9297..58e74473b87 100644
--- a/doc/misc/viper.texi
+++ b/doc/misc/viper.texi
@@ -354,7 +354,7 @@ M-x viper-mode
@end lisp
When Emacs first comes up, if you have not specified a file on the
-command line, it will show the @samp{*scratch*} buffer, in the
+command line, it will show the @file{*scratch*} buffer, in the
@samp{Lisp Interaction} mode. After you invoke Viper, you can start
editing files by using @kbd{:e}, @kbd{:vi}, or @kbd{v} commands.
(@xref{File and Buffer Handling}, for more information on @kbd{v} and other
@@ -1840,7 +1840,7 @@ usually most effective:
(set-face-background viper-replace-overlay-face "yellow")
@end smallexample
For a complete list of colors available to you, evaluate the expression
-@code{(x-defined-colors)}. (Type it in the buffer @code{*scratch*} and then
+@code{(x-defined-colors)}. (Type it in the buffer @file{*scratch*} and then
hit the @kbd{C-j} key.
@item viper-replace-overlay-cursor-color "Red"