Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Dec 16, 2020
1 parent d3bd7f4 commit 208eaf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docstr.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;; Author: Shen, Jen-Chieh <[email protected]>
;; Description: A document string minor mode.
;; Keyword: document string
;; Version: 5.2.4
;; Version: 5.2.5
;; Package-Requires: ((emacs "24.4") (s "1.9.0"))
;; URL: https://github.com/jcs-elpa/docstr

Expand Down Expand Up @@ -69,7 +69,7 @@
(format "@param %s %s %s" docstr-key-type docstr-key-var docstr-key-desc)
"Format string for parameter document string."
:type 'string
:group 'docstr)
:group 'docstr)

(defcustom docstr-format-return
(format "@return %s %s %s" docstr-key-type docstr-key-var docstr-key-desc)
Expand Down

0 comments on commit 208eaf5

Please sign in to comment.