Skip to content

Commit 208eaf5

Browse files
committed
Bump version.
1 parent d3bd7f4 commit 208eaf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docstr.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
;; Author: Shen, Jen-Chieh <[email protected]>
77
;; Description: A document string minor mode.
88
;; Keyword: document string
9-
;; Version: 5.2.4
9+
;; Version: 5.2.5
1010
;; Package-Requires: ((emacs "24.4") (s "1.9.0"))
1111
;; URL: https://github.com/jcs-elpa/docstr
1212

@@ -69,7 +69,7 @@
6969
(format "@param %s %s %s" docstr-key-type docstr-key-var docstr-key-desc)
7070
"Format string for parameter document string."
7171
:type 'string
72-
:group 'docstr)
72+
:group 'docstr)
7373

7474
(defcustom docstr-format-return
7575
(format "@return %s %s %s" docstr-key-type docstr-key-var docstr-key-desc)

0 commit comments

Comments
 (0)