From: Lars Ingebrigtsen Date: Sat, 18 Sep 2021 22:14:42 +0000 (+0200) Subject: Viper doc string fix X-Git-Tag: emacs-28.0.90~849 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=252d06dd5d177ad3d6d0464eb3e65dd6ce4cce79;p=emacs.git Viper doc string fix * lisp/emulation/viper-keym.el (viper-want-ctl-h-help): Fold over-long first line. --- 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)