emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/emulation/viper-keym.el,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/emulation/viper-keym.el,v
Date: Mon, 06 Nov 2006 02:31:52 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      06/11/06 02:31:52

Index: viper-keym.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/emulation/viper-keym.el,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -b -r1.37 -r1.38
--- viper-keym.el       6 Feb 2006 11:37:05 -0000       1.37
+++ viper-keym.el       6 Nov 2006 02:31:52 -0000       1.38
@@ -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,7 +160,7 @@
 
 ;; 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)]."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]