emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 252d06d 2/2: Viper doc string fix


From: Lars Ingebrigtsen
Subject: master 252d06d 2/2: Viper doc string fix
Date: Sat, 18 Sep 2021 18:14:52 -0400 (EDT)

branch: master
commit 252d06dd5d177ad3d6d0464eb3e65dd6ce4cce79
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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 7e14a56..2bb24f6 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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]