mirror of
https://github.com/correl/melpa.git
synced 2025-01-09 11:09:40 +00:00
Fix docstring for checkdoc
This commit is contained in:
parent
57c836551a
commit
76f3fb856e
1 changed files with 2 additions and 1 deletions
|
@ -197,7 +197,8 @@ be identical."
|
||||||
(ignore-errors (version-to-list str)))
|
(ignore-errors (version-to-list str)))
|
||||||
|
|
||||||
(defun pb/find-tag-version-newest (regex &optional bound &rest additional-groups)
|
(defun pb/find-tag-version-newest (regex &optional bound &rest additional-groups)
|
||||||
"Find the newest version matching REGEX, optionally looking only as far as BOUND."
|
"Find the newest version matching REGEX after point, maybe stopping at BOUND.
|
||||||
|
The first capture group 1 is examined, together with any ADDITIONAL-GROUPS."
|
||||||
(let* ((text (buffer-substring-no-properties
|
(let* ((text (buffer-substring-no-properties
|
||||||
(or bound (point-min)) (point)))
|
(or bound (point-min)) (point)))
|
||||||
(tags (cl-remove-if-not
|
(tags (cl-remove-if-not
|
||||||
|
|
Loading…
Reference in a new issue