Viper doc string fix
* lisp/emulation/viper-keym.el (viper-want-ctl-h-help): Fold over-long first line.
This commit is contained in:
parent
155dba9432
commit
252d06dd5d
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue