]> git.eshelyaron.com Git - emacs.git/commitdiff
Viper doc string fix
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 18 Sep 2021 22:14:42 +0000 (00:14 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 18 Sep 2021 22:14:42 +0000 (00:14 +0200)
* lisp/emulation/viper-keym.el (viper-want-ctl-h-help): Fold
over-long first line.

lisp/emulation/viper-keym.el

index 7e14a56556bca1e28f63dcb2d93a7bbd4c90ae14..2bb24f662fcc34d533cc63b067ff4d8cebe4a450 100644 (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)