Changeset 3988 for vendor/emacs-CVS_HEAD/lisp/emulation/viper-keym.el
- Timestamp:
- 11/26/05 08:33:26 (3 years ago)
- Files:
-
- vendor/emacs-CVS_HEAD/lisp/emulation/viper-keym.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
vendor/emacs-CVS_HEAD/lisp/emulation/viper-keym.el
r3799 r3988 201 201 :group 'viper) 202 202 203 (defcustom viper-ESC-key [(escape)] ; "\e"203 (defcustom viper-ESC-key (if (viper-window-display-p) [(escape)] "\e") 204 204 "Key used to ESC. 205 Enter as a sexp. Examples: \"\\e\", [(escape)]." 205 Enter as a sexp. Examples: \"\\e\", [(escape)]. 206 If running in a terminal, [(escape)] is not understood, so must use \"\\e\"." 206 207 :type 'sexp 207 208 :group 'viper
