diff options
| author | Glenn Morris | 2018-02-22 12:42:13 -0500 |
|---|---|---|
| committer | Glenn Morris | 2018-02-22 12:42:13 -0500 |
| commit | de17b8e5f06f9c70018d6220dd8eb2056eab7bed (patch) | |
| tree | d2f1f4a3e6d200e1307b7f956e17ffe94680ad6f /doc/misc | |
| parent | 83187cd900c799865c967620eef3b7c18f3d168f (diff) | |
| download | emacs-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.texi | 2 | ||||
| -rw-r--r-- | 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 | |||
| 1924 | extension @file{.orig}. Yet others force you to use | 1924 | extension @file{.orig}. Yet others force you to use |
| 1925 | @option{-z@var{extension}}. | 1925 | @option{-z@var{extension}}. |
| 1926 | 1926 | ||
| 1927 | Both @code{ediff-backup-extension} and @var{ediff-backup-specs} must | 1927 | Both @code{ediff-backup-extension} and @code{ediff-backup-specs} must |
| 1928 | be properly set. If your patch program takes the option @option{-b}, | 1928 | be properly set. If your patch program takes the option @option{-b}, |
| 1929 | but not @option{-b @var{extension}}, the variable | 1929 | but 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 | |||
| 4061 | Edit <count> file, or edit files. The count comes from @kbd{:args}. | 4061 | Edit <count> file, or edit files. The count comes from @kbd{:args}. |
| 4062 | @item :N [count] [+<cmd>] [<files>] | 4062 | @item :N [count] [+<cmd>] [<files>] |
| 4063 | Like @kbd{:n}, but the meaning of the variable | 4063 | Like @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 |
| 4066 | Switch to another buffer. If @code{ex-cycle-other-window} is @code{t}, | 4066 | Switch to another buffer. If @code{ex-cycle-other-window} is @code{t}, |
| 4067 | switch in another window. Buffer completion is supported. | 4067 | switch in another window. Buffer completion is supported. |
| @@ -4069,7 +4069,7 @@ The variable @code{viper-read-buffer-function} controls which function is | |||
| 4069 | actually used to read the buffer name. The default is @code{read-buffer}, | 4069 | actually used to read the buffer name. The default is @code{read-buffer}, |
| 4070 | but better alternatives are also available in Emacs (e.g., | 4070 | but 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 |
| 4074 | Like @kbd{:b}, but the meaning of @code{ex-cycle-other-window} is reversed. | 4074 | Like @kbd{:b}, but the meaning of @code{ex-cycle-other-window} is reversed. |
| 4075 | @item :<address>r <name> | 4075 | @item :<address>r <name> |