summaryrefslogtreecommitdiff
path: root/lisp/emulation/viper-keym.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2021-09-19 00:14:42 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2021-09-19 00:14:42 +0200
commit252d06dd5d177ad3d6d0464eb3e65dd6ce4cce79 (patch)
treed1f357514aada210bcfc2bed4105c77f8eacc7f5 /lisp/emulation/viper-keym.el
parent155dba943263236ba2c41926bae3cc45229b15bc (diff)
downloademacs-252d06dd5d177ad3d6d0464eb3e65dd6ce4cce79.tar.gz
emacs-252d06dd5d177ad3d6d0464eb3e65dd6ce4cce79.tar.bz2
emacs-252d06dd5d177ad3d6d0464eb3e65dd6ce4cce79.zip
Viper doc string fix
* lisp/emulation/viper-keym.el (viper-want-ctl-h-help): Fold over-long first line.
Diffstat (limited to 'lisp/emulation/viper-keym.el')
-rw-r--r--lisp/emulation/viper-keym.el3
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)