diff options
Diffstat (limited to 'lisp/emulation/viper-cmd.el')
| -rw-r--r-- | lisp/emulation/viper-cmd.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emulation/viper-cmd.el b/lisp/emulation/viper-cmd.el index e41109a5619..bd03a870fdb 100644 --- a/lisp/emulation/viper-cmd.el +++ b/lisp/emulation/viper-cmd.el | |||
| @@ -961,11 +961,11 @@ Suffixes such as .el or .elc should be stripped." | |||
| 961 | (defun viper-ESC (arg) | 961 | (defun viper-ESC (arg) |
| 962 | "Emulate ESC key in Emacs. | 962 | "Emulate ESC key in Emacs. |
| 963 | Prevents multiple escape keystrokes if viper-no-multiple-ESC is true. | 963 | Prevents multiple escape keystrokes if viper-no-multiple-ESC is true. |
| 964 | If viper-no-multiple-ESC is 'twice double ESC would ding in vi-state. | 964 | If `viper-no-multiple-ESC' is `twice' double ESC would ding in vi-state. |
| 965 | Other ESC sequences are emulated via the current Emacs's major mode | 965 | Other ESC sequences are emulated via the current Emacs's major mode |
| 966 | keymap. This is more convenient on TTYs, since this won't block | 966 | keymap. This is more convenient on TTYs, since this won't block |
| 967 | function keys such as up, down, etc. ESC will also will also work as | 967 | function keys such as up, down, etc. ESC will also will also work as |
| 968 | a Meta key in this case. When viper-no-multiple-ESC is nil, ESC works | 968 | a Meta key in this case. When `viper-no-multiple-ESC' is nil, ESC works |
| 969 | as a Meta key and any number of multiple escapes are allowed." | 969 | as a Meta key and any number of multiple escapes are allowed." |
| 970 | (interactive "P") | 970 | (interactive "P") |
| 971 | (let (char) | 971 | (let (char) |