diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2002-05-31 09:26:18 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2002-05-31 09:26:18 +0000 |
commit | d82fb2adebf2f73595a7cdc9c93a29b15ae5031e (patch) | |
tree | dddee6858ffc3b19c09bb58e1862621ddde27b16 /lisp/emulation/viper-cmd.el | |
parent | 9ebd759d59c966f2d05c808c07884810f2212971 (diff) | |
download | emacs-d82fb2adebf2f73595a7cdc9c93a29b15ae5031e.tar.gz |
(viper-smart-suffix-list, viper-ask-level): Fix typos.
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 e92359eb2df..faba7baf1b8 100644 --- a/lisp/emulation/viper-cmd.el +++ b/lisp/emulation/viper-cmd.el @@ -2026,7 +2026,7 @@ Undo previous insertion and inserts new." '("" "tex" "c" "cc" "C" "java" "el" "html" "htm" "xml" "pl" "flr" "P" "p" "h" "H") "*List of suffixes that Viper tries to append to filenames ending with a `.'. -This is useful when you the current directory contains files with the same +This is useful when the current directory contains files with the same prefix and many different suffixes. Usually, only one of the suffixes represents an editable file. However, file completion will stop at the `.' The smart suffix feature lets you hit RET in such a case, and Viper will @@ -4738,7 +4738,7 @@ You can change it at any time by typing `M-x viper-set-expert-level RET' 2 -- MASTER: C-c now has its standard Emacs meaning in Vi command state, so most Emacs commands can be used when Viper is in Vi state. Good progress---you are well on the way to level 3! - 3 -- GRAND MASTER: Like 3, but most Emacs commands are available also + 3 -- GRAND MASTER: Like 2, but most Emacs commands are available also in Viper's insert state. 4 -- GURU: Like 3, but user settings are respected for viper-no-multiple-ESC, viper-ex-style-motion, viper-ex-style-editing, and |