aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorGlenn Morris2018-02-22 12:42:13 -0500
committerGlenn Morris2018-02-22 12:42:13 -0500
commitde17b8e5f06f9c70018d6220dd8eb2056eab7bed (patch)
treed2f1f4a3e6d200e1307b7f956e17ffe94680ad6f /doc/misc
parent83187cd900c799865c967620eef3b7c18f3d168f (diff)
downloademacs-de17b8e5f06f9c70018d6220dd8eb2056eab7bed.tar.gz
emacs-de17b8e5f06f9c70018d6220dd8eb2056eab7bed.zip
Tiny doc/misc markup fixes
* doc/misc/ediff.texi (Patch and Diff Programs): * doc/misc/viper.texi (File and Buffer Handling): Fix markup typos.
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/ediff.texi2
-rw-r--r--doc/misc/viper.texi4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/misc/ediff.texi b/doc/misc/ediff.texi
index 3547af3e4f5..c0b160cf89b 100644
--- a/doc/misc/ediff.texi
+++ b/doc/misc/ediff.texi
@@ -1924,7 +1924,7 @@ versions only permit @option{-b}, which (usually) assumes the
1924extension @file{.orig}. Yet others force you to use 1924extension @file{.orig}. Yet others force you to use
1925@option{-z@var{extension}}. 1925@option{-z@var{extension}}.
1926 1926
1927Both @code{ediff-backup-extension} and @var{ediff-backup-specs} must 1927Both @code{ediff-backup-extension} and @code{ediff-backup-specs} must
1928be properly set. If your patch program takes the option @option{-b}, 1928be properly set. If your patch program takes the option @option{-b},
1929but not @option{-b @var{extension}}, the variable 1929but not @option{-b @var{extension}}, the variable
1930@code{ediff-backup-extension} must still be set so Ediff will know 1930@code{ediff-backup-extension} must still be set so Ediff will know
diff --git a/doc/misc/viper.texi b/doc/misc/viper.texi
index f45f2a03b9d..967fd49b510 100644
--- a/doc/misc/viper.texi
+++ b/doc/misc/viper.texi
@@ -4061,7 +4061,7 @@ List files not shown anywhere with counts for next
4061Edit <count> file, or edit files. The count comes from @kbd{:args}. 4061Edit <count> file, or edit files. The count comes from @kbd{:args}.
4062@item :N [count] [+<cmd>] [<files>] 4062@item :N [count] [+<cmd>] [<files>]
4063Like @kbd{:n}, but the meaning of the variable 4063Like @kbd{:n}, but the meaning of the variable
4064@var{ex-cycle-other-window} is reversed. 4064@code{ex-cycle-other-window} is reversed.
4065@item :b 4065@item :b
4066Switch to another buffer. If @code{ex-cycle-other-window} is @code{t}, 4066Switch to another buffer. If @code{ex-cycle-other-window} is @code{t},
4067switch in another window. Buffer completion is supported. 4067switch in another window. Buffer completion is supported.
@@ -4069,7 +4069,7 @@ The variable @code{viper-read-buffer-function} controls which function is
4069actually used to read the buffer name. The default is @code{read-buffer}, 4069actually used to read the buffer name. The default is @code{read-buffer},
4070but better alternatives are also available in Emacs (e.g., 4070but better alternatives are also available in Emacs (e.g.,
4071@code{ido-read-buffer}). 4071@code{ido-read-buffer}).
4072@vindex @var{viper-read-buffer-function} 4072@vindex @code{viper-read-buffer-function}
4073@item :B 4073@item :B
4074Like @kbd{:b}, but the meaning of @code{ex-cycle-other-window} is reversed. 4074Like @kbd{:b}, but the meaning of @code{ex-cycle-other-window} is reversed.
4075@item :<address>r <name> 4075@item :<address>r <name>