emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/evil-escape 9328f25199 122/133: Fix docstrings


From: ELPA Syncer
Subject: [nongnu] elpa/evil-escape 9328f25199 122/133: Fix docstrings
Date: Wed, 3 Jan 2024 21:59:59 -0500 (EST)

branch: elpa/evil-escape
commit 9328f25199e53c1b7e6eaf56fea48692f1fbcffc
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Fix docstrings
    
    In the case of `evil-escape-mode' the fix is not just superficial;
    unlike previously claimed, this is a global minor mode.
---
 evil-escape.el | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/evil-escape.el b/evil-escape.el
index 257e4b2f97..88162376ea 100644
--- a/evil-escape.el
+++ b/evil-escape.el
@@ -113,8 +113,7 @@
   :group 'evil-escape)
 
 (defcustom evil-escape-unordered-key-sequence nil
-  "If non-nil then the key sequence can also be entered with the second
-key first."
+  "Whether the key sequence can also be entered with the second key first."
   :type 'boolean
   :group 'evil-escape)
 
@@ -135,7 +134,7 @@ key first."
 
 (defcustom evil-escape-inhibit-functions nil
   "List of zero argument predicate functions disabling evil-escape.
- If any of these functions return non nil, evil escape will be inhibited."
+If any of these functions return non nil, evil escape will be inhibited."
   :type 'sexp
   :group 'evil-escape)
 
@@ -144,8 +143,7 @@ key first."
 
 ;;;###autoload
 (define-minor-mode evil-escape-mode
-  "Buffer-local minor mode to escape insert state and everything else
-with a key sequence."
+  "Minor mode to escape insert state and everything else with a key sequence."
   :lighter (:eval evil-escape-lighter)
   :group 'evil
   :global t



reply via email to

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