aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortino calancha2018-02-21 19:41:16 +0900
committertino calancha2018-02-21 19:41:20 +0900
commit244db85d731432a739646980b2a10dba03cff409 (patch)
tree0d8df35f88e24dcc4bc42690a14118e2d3bb4027
parentf0d6a16d744c133166cf203daf478e14d53e4e8c (diff)
downloademacs-244db85d731432a739646980b2a10dba03cff409.tar.gz
emacs-244db85d731432a739646980b2a10dba03cff409.zip
* doc/misc/viper.texi (File and Buffer Handling): Add missing '@'
-rw-r--r--doc/misc/viper.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/viper.texi b/doc/misc/viper.texi
index 3432e57869a..f45f2a03b9d 100644
--- a/doc/misc/viper.texi
+++ b/doc/misc/viper.texi
@@ -4071,7 +4071,7 @@ 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 @var{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>
4076Read the file <name> into the buffer after the line <address>. 4076Read the file <name> into the buffer after the line <address>.
4077@item v, V, C-v 4077@item v, V, C-v