diff options
Diffstat (limited to 'lisp/emulation/viper-keym.el')
-rw-r--r-- | lisp/emulation/viper-keym.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/emulation/viper-keym.el b/lisp/emulation/viper-keym.el index 7e14a56556b..2bb24f662fc 100644 --- a/lisp/emulation/viper-keym.el +++ b/lisp/emulation/viper-keym.el @@ -69,7 +69,8 @@ major mode in effect." :group 'viper) (defcustom viper-want-ctl-h-help nil - "If non-nil, bind C-h to `help-command'; otherwise, C-h gets the usual Vi bindings." + "If non-nil, bind C-h to `help-command'. +If nil, C-h gets the usual Vi bindings." :type 'boolean :group 'viper) |