X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/fb6d826c69939c2d016c1b824d4e9bcb53d9e643..852507f147b4253a8ec265951b70229cfd7c5a64:/lisp/emulation/viper-keym.el?ds=inline diff --git a/lisp/emulation/viper-keym.el b/lisp/emulation/viper-keym.el index e26994cd13..f5bb32fcb2 100644 --- a/lisp/emulation/viper-keym.el +++ b/lisp/emulation/viper-keym.el @@ -1,6 +1,6 @@ ;;; viper-keym.el --- Viper keymaps -;; Copyright (C) 1994-1997, 2000-2015 Free Software Foundation, Inc. +;; Copyright (C) 1994-1997, 2000-2016 Free Software Foundation, Inc. ;; Author: Michael Kifer ;; Package: viper @@ -154,10 +154,8 @@ viper-insert-basic-map. Not recommended, except for novice users.") ;; 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. -In insert mode, this key also functions as Meta. - -Enter as a sexp. Examples: \"\\C-z\", [(control ?z)]." - :type 'sexp +In insert mode, this key also functions as Meta." + :type 'key-sequence :group 'viper :set (lambda (symbol value) (let ((old-value (if (boundp 'viper-toggle-key)