diff options
| author | Juanma Barranquero | 2002-05-31 09:26:18 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2002-05-31 09:26:18 +0000 |
| commit | d82fb2adebf2f73595a7cdc9c93a29b15ae5031e (patch) | |
| tree | dddee6858ffc3b19c09bb58e1862621ddde27b16 | |
| parent | 9ebd759d59c966f2d05c808c07884810f2212971 (diff) | |
| download | emacs-d82fb2adebf2f73595a7cdc9c93a29b15ae5031e.tar.gz emacs-d82fb2adebf2f73595a7cdc9c93a29b15ae5031e.zip | |
(viper-smart-suffix-list, viper-ask-level): Fix typos.
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/emulation/viper-cmd.el | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3dde149e5b5..7034b6c4eb6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2002-05-31 Juanma Barranquero <lektu@terra.es> | ||
| 2 | |||
| 3 | * emulation/viper-cmd.el (viper-smart-suffix-list, viper-ask-level): | ||
| 4 | Fix typos. | ||
| 5 | |||
| 1 | 2002-05-31 Kim F. Storm <storm@cua.dk> | 6 | 2002-05-31 Kim F. Storm <storm@cua.dk> |
| 2 | 7 | ||
| 3 | * progmodes/compile.el (grep-tree-command, grep-tree-files-aliases) | 8 | * progmodes/compile.el (grep-tree-command, grep-tree-files-aliases) |
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." | |||
| 2026 | '("" "tex" "c" "cc" "C" "java" "el" "html" "htm" "xml" | 2026 | '("" "tex" "c" "cc" "C" "java" "el" "html" "htm" "xml" |
| 2027 | "pl" "flr" "P" "p" "h" "H") | 2027 | "pl" "flr" "P" "p" "h" "H") |
| 2028 | "*List of suffixes that Viper tries to append to filenames ending with a `.'. | 2028 | "*List of suffixes that Viper tries to append to filenames ending with a `.'. |
| 2029 | This is useful when you the current directory contains files with the same | 2029 | This is useful when the current directory contains files with the same |
| 2030 | prefix and many different suffixes. Usually, only one of the suffixes | 2030 | prefix and many different suffixes. Usually, only one of the suffixes |
| 2031 | represents an editable file. However, file completion will stop at the `.' | 2031 | represents an editable file. However, file completion will stop at the `.' |
| 2032 | The smart suffix feature lets you hit RET in such a case, and Viper will | 2032 | 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' | |||
| 4738 | 2 -- MASTER: C-c now has its standard Emacs meaning in Vi command state, | 4738 | 2 -- MASTER: C-c now has its standard Emacs meaning in Vi command state, |
| 4739 | so most Emacs commands can be used when Viper is in Vi state. | 4739 | so most Emacs commands can be used when Viper is in Vi state. |
| 4740 | Good progress---you are well on the way to level 3! | 4740 | Good progress---you are well on the way to level 3! |
| 4741 | 3 -- GRAND MASTER: Like 3, but most Emacs commands are available also | 4741 | 3 -- GRAND MASTER: Like 2, but most Emacs commands are available also |
| 4742 | in Viper's insert state. | 4742 | in Viper's insert state. |
| 4743 | 4 -- GURU: Like 3, but user settings are respected for viper-no-multiple-ESC, | 4743 | 4 -- GURU: Like 3, but user settings are respected for viper-no-multiple-ESC, |
| 4744 | viper-ex-style-motion, viper-ex-style-editing, and | 4744 | viper-ex-style-motion, viper-ex-style-editing, and |