diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-02-07 16:30:51 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-02-07 16:30:51 +0000 |
commit | 751d3bc411b93c87f6225faf4a02e52fa531372d (patch) | |
tree | db8bbc9243b83876e709061c30ea2c17eb0ce56e /lisp/emulation | |
parent | 92b432e856b901941a614787967d9134bbdfe4fa (diff) | |
download | emacs-751d3bc411b93c87f6225faf4a02e52fa531372d.tar.gz |
(viper-fast-keyseq-timeout, viper-translate-all-ESC-keysequences): Doc fix.
From Jim Meyering <jim@meyering.net>.
Diffstat (limited to 'lisp/emulation')
-rw-r--r-- | lisp/emulation/viper-init.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emulation/viper-init.el b/lisp/emulation/viper-init.el index da020f7ffd4..3527e38414a 100644 --- a/lisp/emulation/viper-init.el +++ b/lisp/emulation/viper-init.el @@ -492,7 +492,7 @@ text." (defcustom viper-fast-keyseq-timeout 200 "*Key sequence separated by no more than this many milliseconds is viewed as a Vi-style macro, if such a macro is defined. Setting this too high may slow down your typing. Setting this value too low -will make it hard to use Vi-stile timeout macros." +will make it hard to use Vi-style timeout macros." :type 'integer :group 'viper-misc) @@ -510,7 +510,7 @@ on a dumb terminal." Normally, Viper lets Emacs translate only those ESC key sequences that are defined in the low-level key-translation-map or function-key-map, such as those emitted by the arrow and function keys. Other sequences, e.g., \\e/, are -treated as ESQ command followed by a `/'. This is done for people who type fast +treated as ESC command followed by a `/'. This is done for people who type fast and tend to hit other characters right after they hit ESC. Other people like Emacs to translate ESC sequences all the time. The default is to translate all sequences only when using a dumb terminal. |