aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2006-11-06 02:31:52 +0000
committerJuanma Barranquero2006-11-06 02:31:52 +0000
commitbb3a92345669609cc7931965d6e1a5222b2194f5 (patch)
tree081710c29498a4b5fd8edc7924513db8e67e024e
parentcbd9191d3c384487f9fd90d1cfe0a738beee8d81 (diff)
downloademacs-bb3a92345669609cc7931965d6e1a5222b2194f5.tar.gz
emacs-bb3a92345669609cc7931965d6e1a5222b2194f5.zip
(viper-emacs-kbd-map, viper-toggle-key): Fix typos in docstrings.
-rw-r--r--lisp/emulation/viper-keym.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/emulation/viper-keym.el b/lisp/emulation/viper-keym.el
index 6f9ade2f9e4..8eeb5b4f3fc 100644
--- a/lisp/emulation/viper-keym.el
+++ b/lisp/emulation/viper-keym.el
@@ -144,7 +144,7 @@ viper-insert-basic-map. Not recommended, except for novice users.")
144 "Auxiliary map for global user-defined bindings in Emacs state.") 144 "Auxiliary map for global user-defined bindings in Emacs state.")
145 145
146(defvar viper-emacs-kbd-map (make-sparse-keymap) 146(defvar viper-emacs-kbd-map (make-sparse-keymap)
147 "This keymap keeps Vi-style kbd macros for emacs mode.") 147 "This keymap keeps Vi-style kbd macros for Emacs mode.")
148 148
149(viper-deflocalvar viper-emacs-local-user-map (make-sparse-keymap) 149(viper-deflocalvar viper-emacs-local-user-map (make-sparse-keymap)
150 "Auxiliary map for local user-defined bindings in Emacs state.") 150 "Auxiliary map for local user-defined bindings in Emacs state.")
@@ -160,10 +160,10 @@ viper-insert-basic-map. Not recommended, except for novice users.")
160 160
161;; Some important keys used in viper 161;; Some important keys used in viper
162(defcustom viper-toggle-key [(control ?z)] ; "\C-z" 162(defcustom viper-toggle-key [(control ?z)] ; "\C-z"
163 "The key used to change states from emacs to Vi and back. 163 "The key used to change states from Emacs to Vi and back.
164In insert mode, this key also functions as Meta. 164In insert mode, this key also functions as Meta.
165 165
166Enter as a sexp. Examples: \"\\C-z\", [(control ?z)]." 166Enter as a sexp. Examples: \"\\C-z\", [(control ?z)]."
167 :type 'sexp 167 :type 'sexp
168 :group 'viper 168 :group 'viper
169 :set (lambda (symbol value) 169 :set (lambda (symbol value)