diff options
| -rw-r--r-- | lisp/emacs-lisp/shortdoc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/shortdoc.el b/lisp/emacs-lisp/shortdoc.el index 75ac7b3d52c..fdba6d32418 100644 --- a/lisp/emacs-lisp/shortdoc.el +++ b/lisp/emacs-lisp/shortdoc.el | |||
| @@ -1675,7 +1675,7 @@ With prefix numeric argument ARG, do it that many times." | |||
| 1675 | (interactive) | 1675 | (interactive) |
| 1676 | (save-excursion | 1676 | (save-excursion |
| 1677 | (goto-char (pos-bol)) | 1677 | (goto-char (pos-bol)) |
| 1678 | (when-let* ((re (rx bol "(" (group (+ (not (in " ")))))) | 1678 | (when-let* ((re (rx bol "(" (group (+ (not (in " )")))))) |
| 1679 | (string | 1679 | (string |
| 1680 | (and (or (looking-at re) | 1680 | (and (or (looking-at re) |
| 1681 | (re-search-backward re nil t)) | 1681 | (re-search-backward re nil t)) |