summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2024-03-18 15:59:54 +0200
committerEli Zaretskii <eliz@gnu.org>2024-03-18 15:59:54 +0200
commitce29ae32d0b05cedbc9ba65c1a347ab7c34420ad (patch)
treef65ccbf7878def84839b99cc36ca79e214bb1073 /lisp/emacs-lisp
parent70ac815ece299007ff468c09632ef4d488e69be3 (diff)
downloademacs-ce29ae32d0b05cedbc9ba65c1a347ab7c34420ad.tar.gz
emacs-ce29ae32d0b05cedbc9ba65c1a347ab7c34420ad.tar.bz2
emacs-ce29ae32d0b05cedbc9ba65c1a347ab7c34420ad.zip
; * lisp/vc/vc-git.el (vc-git--out-str): Doc fix.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/shortdoc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/shortdoc.el b/lisp/emacs-lisp/shortdoc.el
index cbb5618ffce..a1e49b50510 100644
--- a/lisp/emacs-lisp/shortdoc.el
+++ b/lisp/emacs-lisp/shortdoc.el
@@ -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))