Skip to content

Commit

Permalink
Add documentation to generated wrapper functions
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed May 10, 2015
1 parent 0da3539 commit bc054db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion evil-escape.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: Sylvain Benner <[email protected]>
;; 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

Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit bc054db

Please sign in to comment.