; * lisp/vc/vc-git.el (vc-git--out-str): Doc fix.
This commit is contained in:
parent
70ac815ece
commit
ce29ae32d0
2 changed files with 2 additions and 2 deletions
|
@ -1781,7 +1781,7 @@ With prefix numeric argument ARG, do it that many times."
|
|||
(interactive)
|
||||
(save-excursion
|
||||
(goto-char (pos-bol))
|
||||
(when-let* ((re (rx bol "(" (group (+ (not (in " "))))))
|
||||
(when-let* ((re (rx bol "(" (group (+ (not (in " )"))))))
|
||||
(string
|
||||
(and (or (looking-at re)
|
||||
(re-search-backward re nil t))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue