From 252d06dd5d177ad3d6d0464eb3e65dd6ce4cce79 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sun, 19 Sep 2021 00:14:42 +0200 Subject: [PATCH] Viper doc string fix * lisp/emulation/viper-keym.el (viper-want-ctl-h-help): Fold over-long first line. --- lisp/emulation/viper-keym.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 2.39.5