Viper doc string fix

* lisp/emulation/viper-keym.el (viper-want-ctl-h-help): Fold
over-long first line.
This commit is contained in:
Lars Ingebrigtsen 2021-09-19 00:14:42 +02:00
parent 155dba9432
commit 252d06dd5d

View file

@ -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)