diff options
| author | Glenn Morris | 2013-01-05 13:18:01 -0800 |
|---|---|---|
| committer | Glenn Morris | 2013-01-05 13:18:01 -0800 |
| commit | 7a2657fa3bedbd977f4e11fe030cb4a210c04ab4 (patch) | |
| tree | d3711379486a8ba569d1089effdfccbb17bdaeea /doc/misc/vip.texi | |
| parent | f4566fe987dfcce3aedeb9ab505474408071904f (diff) | |
| parent | 89cb305ef1ef3140164f816e1d0247d6b77c60b8 (diff) | |
| download | emacs-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.texi | 8 |
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. | |||
| 677 | Suspend Emacs. | 677 | Suspend Emacs. |
| 678 | @item Z Z | 678 | @item Z Z |
| 679 | Exit Emacs. | 679 | Exit Emacs. |
| 680 | @itemx Q | 680 | @item Q |
| 681 | Query replace. | 681 | Query replace. |
| 682 | @itemx R | 682 | @item R |
| 683 | Replace. | 683 | Replace. |
| 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}) |
| 945 | Scroll text of current window downward almost full screen. You can go | 945 | Scroll 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}) |
| 949 | Scroll text of current window upward half screen. You can go | 949 | Scroll 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}) |
| 953 | Scroll text of current window downward half screen. You can go | 953 | Scroll 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}). |