aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc/vip.texi
diff options
context:
space:
mode:
authorGlenn Morris2013-01-05 13:18:01 -0800
committerGlenn Morris2013-01-05 13:18:01 -0800
commit7a2657fa3bedbd977f4e11fe030cb4a210c04ab4 (patch)
treed3711379486a8ba569d1089effdfccbb17bdaeea /doc/misc/vip.texi
parentf4566fe987dfcce3aedeb9ab505474408071904f (diff)
parent89cb305ef1ef3140164f816e1d0247d6b77c60b8 (diff)
downloademacs-7a2657fa3bedbd977f4e11fe030cb4a210c04ab4.tar.gz
emacs-7a2657fa3bedbd977f4e11fe030cb4a210c04ab4.zip
Merge from emacs-24; up to 2012-12-07T08:13:49Z!dmantipov@yandex.ru
Diffstat (limited to 'doc/misc/vip.texi')
-rw-r--r--doc/misc/vip.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/misc/vip.texi b/doc/misc/vip.texi
index dbf83df46d3..01048d43dbf 100644
--- a/doc/misc/vip.texi
+++ b/doc/misc/vip.texi
@@ -677,9 +677,9 @@ Call last remembered keyboard macro.
677Suspend Emacs. 677Suspend Emacs.
678@item Z Z 678@item Z Z
679Exit Emacs. 679Exit Emacs.
680@itemx Q 680@item Q
681Query replace. 681Query replace.
682@itemx R 682@item R
683Replace. 683Replace.
684@end table 684@end table
685 685
@@ -944,11 +944,11 @@ Scroll text of current window upward almost full screen. You can go
944@kindex 002 @kbd{C-b} (@code{vip-scroll-back}) 944@kindex 002 @kbd{C-b} (@code{vip-scroll-back})
945Scroll text of current window downward almost full screen. You can go 945Scroll text of current window downward almost full screen. You can go
946@i{backward} in the buffer by this command (@code{vip-scroll-back}). 946@i{backward} in the buffer by this command (@code{vip-scroll-back}).
947@itemx C-d 947@item C-d
948@kindex 004 @kbd{C-d} (@code{vip-scroll-up}) 948@kindex 004 @kbd{C-d} (@code{vip-scroll-up})
949Scroll text of current window upward half screen. You can go 949Scroll text of current window upward half screen. You can go
950@i{down} in the buffer by this command (@code{vip-scroll-down}). 950@i{down} in the buffer by this command (@code{vip-scroll-down}).
951@itemx C-u 951@item C-u
952@kindex 025 @kbd{C-u} (@code{vip-scroll-down}) 952@kindex 025 @kbd{C-u} (@code{vip-scroll-down})
953Scroll text of current window downward half screen. You can go 953Scroll text of current window downward half screen. You can go
954@i{up} in the buffer by this command (@code{vip-scroll-up}). 954@i{up} in the buffer by this command (@code{vip-scroll-up}).