From de17b8e5f06f9c70018d6220dd8eb2056eab7bed Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 22 Feb 2018 12:42:13 -0500 Subject: [PATCH] Tiny doc/misc markup fixes * doc/misc/ediff.texi (Patch and Diff Programs): * doc/misc/viper.texi (File and Buffer Handling): Fix markup typos. --- doc/misc/ediff.texi | 2 +- doc/misc/viper.texi | 4 ++-- 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 extension @file{.orig}. Yet others force you to use @option{-z@var{extension}}. -Both @code{ediff-backup-extension} and @var{ediff-backup-specs} must +Both @code{ediff-backup-extension} and @code{ediff-backup-specs} must be properly set. If your patch program takes the option @option{-b}, but not @option{-b @var{extension}}, the variable @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 Edit file, or edit files. The count comes from @kbd{:args}. @item :N [count] [+] [] Like @kbd{:n}, but the meaning of the variable -@var{ex-cycle-other-window} is reversed. +@code{ex-cycle-other-window} is reversed. @item :b Switch to another buffer. If @code{ex-cycle-other-window} is @code{t}, switch in another window. Buffer completion is supported. @@ -4069,7 +4069,7 @@ The variable @code{viper-read-buffer-function} controls which function is actually used to read the buffer name. The default is @code{read-buffer}, but better alternatives are also available in Emacs (e.g., @code{ido-read-buffer}). -@vindex @var{viper-read-buffer-function} +@vindex @code{viper-read-buffer-function} @item :B Like @kbd{:b}, but the meaning of @code{ex-cycle-other-window} is reversed. @item :
r -- 2.39.2