mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 09:14:18 +00:00
; Fix compilation warning in docstring of new function in treesit.el.
This commit is contained in:
parent
438a4cf673
commit
edd18978aa
1 changed files with 1 additions and 1 deletions
|
|
@ -5165,7 +5165,7 @@ nil."
|
|||
(defun treesit--language-git-version-tags (repo-dir)
|
||||
"Return a list of Git version tags in REPO-DIR, sorted latest first.
|
||||
|
||||
Return the output of \"git tag --list --sort=-version:refname 'v*'\".
|
||||
Return the output of \"git tag --list --sort=-version:refname \\='v*\\='\".
|
||||
If anything goes wrong, return nil."
|
||||
(with-temp-buffer
|
||||
(cond
|
||||
|
|
|
|||
Loading…
Reference in a new issue