# HG changeset patch # User Juanma Barranquero # Date 1162780312 0 # Node ID e4023799fd637ed747075ee43f6e8d0ce42612c3 # Parent 2d54824719a9ddc310140665517f54a9b7399558 (viper-emacs-kbd-map, viper-toggle-key): Fix typos in docstrings. diff -r 2d54824719a9 -r e4023799fd63 lisp/emulation/viper-keym.el --- a/lisp/emulation/viper-keym.el Mon Nov 06 02:31:07 2006 +0000 +++ b/lisp/emulation/viper-keym.el Mon Nov 06 02:31:52 2006 +0000 @@ -144,7 +144,7 @@ "Auxiliary map for global user-defined bindings in Emacs state.") (defvar viper-emacs-kbd-map (make-sparse-keymap) - "This keymap keeps Vi-style kbd macros for emacs mode.") + "This keymap keeps Vi-style kbd macros for Emacs mode.") (viper-deflocalvar viper-emacs-local-user-map (make-sparse-keymap) "Auxiliary map for local user-defined bindings in Emacs state.") @@ -160,10 +160,10 @@ ;; Some important keys used in viper (defcustom viper-toggle-key [(control ?z)] ; "\C-z" - "The key used to change states from emacs to Vi and back. + "The key used to change states from Emacs to Vi and back. In insert mode, this key also functions as Meta. -Enter as a sexp. Examples: \"\\C-z\", [(control ?z)]." +Enter as a sexp. Examples: \"\\C-z\", [(control ?z)]." :type 'sexp :group 'viper :set (lambda (symbol value)