# HG changeset patch # User Eli Zaretskii # Date 981563313 0 # Node ID e26b0d79408b6f81e54a9e77f542e1ac4f7188e6 # Parent c869b148aa3f75bd2826b2e93819c3226a112955 (viper-fast-keyseq-timeout, viper-translate-all-ESC-keysequences): Doc fix. From Jim Meyering . diff -r c869b148aa3f -r e26b0d79408b lisp/emulation/viper-init.el --- a/lisp/emulation/viper-init.el Wed Feb 07 13:50:12 2001 +0000 +++ b/lisp/emulation/viper-init.el Wed Feb 07 16:28:33 2001 +0000 @@ -492,7 +492,7 @@ (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 @@ 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.