Show
Ignore:
Timestamp:
11/18/06 09:02:53 (2 years ago)
Author:
miyoshi
Message:

Load emacs-to-svn into vendor/emacs-CVS_HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • vendor/emacs-CVS_HEAD/lisp/emulation/viper-keym.el

    r4035 r4178  
    145145 
    146146(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.") 
    148148 
    149149(viper-deflocalvar viper-emacs-local-user-map  (make-sparse-keymap) 
     
    161161;; Some important keys used in viper 
    162162(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. 
    164164In insert mode, this key also functions as Meta. 
    165165 
    166 Enter as a sexp. Examples: \"\\C-z\", [(control ?z)]." 
     166Enter as a sexp. Examples: \"\\C-z\", [(control ?z)]." 
    167167  :type 'sexp 
    168168  :group 'viper