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

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

[nongnu] elpa/evil-escape bc054dbe1e 059/133: Add documentation to gener


From: ELPA Syncer
Subject: [nongnu] elpa/evil-escape bc054dbe1e 059/133: Add documentation to generated wrapper functions
Date: Wed, 3 Jan 2024 21:59:52 -0500 (EST)

branch: elpa/evil-escape
commit bc054dbe1ea4f88812b5df40ab33d1d7cc14cafb
Author: syl20bnr <sylvain.benner@gmail.com>
Commit: syl20bnr <sylvain.benner@gmail.com>

    Add documentation to generated wrapper functions
---
 evil-escape.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/evil-escape.el b/evil-escape.el
index e0d7ead93c..478004bae1 100644
--- a/evil-escape.el
+++ b/evil-escape.el
@@ -5,7 +5,7 @@
 ;; Author: Sylvain Benner <sylvain.benner@gmail.com>
 ;; Keywords: convenience editing evil
 ;; Created: 22 Oct 2014
-;; Version: 2.25
+;; Version: 2.26
 ;; Package-Requires: ((emacs "24") (evil "1.0.9"))
 ;; URL: https://github.com/syl20bnr/evil-escape
 
@@ -171,6 +171,7 @@ with a key sequence."
        (define-key ,map ,(evil-escape--first-key)
          (evil-define-motion ,(evil-escape--escape-function-symbol from)
            (count)
+           ,(format "evil-escape wrapper function for `%s'." command)
            ,@evil-func-props
            (if (eq 'operator evil-state)
                (call-interactively ',shadowed-func)



reply via email to

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