]> git.eshelyaron.com Git - emacs.git/commitdiff
(viper-fast-keyseq-timeout, viper-translate-all-ESC-keysequences): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Wed, 7 Feb 2001 16:30:51 +0000 (16:30 +0000)
committerEli Zaretskii <eliz@gnu.org>
Wed, 7 Feb 2001 16:30:51 +0000 (16:30 +0000)
From Jim Meyering <jim@meyering.net>.

lisp/ChangeLog
lisp/emulation/viper-init.el

index d53109a90e98a4fe3a51236e8148e7c9631cdaf6..f0f21861fbc6a244d21987782c2ead51c491b465 100644 (file)
@@ -1,5 +1,9 @@
 2001-02-07  Eli Zaretskii  <eliz@is.elta.co.il>
 
+       * emulation/viper-init.el (viper-fast-keyseq-timeout)
+       (viper-translate-all-ESC-keysequences): Doc fix.  From Jim
+       Meyering <jim@meyering.net>.
+
        * loadup.el: Revert last change.
 
 2001-02-07  Kenichi Handa  <handa@etl.go.jp>
index da020f7ffd488c34a03e4fe01b9bd1d638fd3845..3527e38414a234813caeecbdd38382565c57f957 100644 (file)
@@ -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.