diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-09-12 18:33:03 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-09-12 18:36:49 +0200 |
commit | fc4b956c7cb2fba8ed2a18865a7686c6cfa5d030 (patch) | |
tree | bdd67b63d55da0b41e367feecc20e02ada92e92d /lisp/progmodes/elisp-mode.el | |
parent | 79113b5e4a7d69ec0fb3401b763292d91b54632e (diff) | |
download | emacs-fc4b956c7cb2fba8ed2a18865a7686c6cfa5d030.tar.gz emacs-fc4b956c7cb2fba8ed2a18865a7686c6cfa5d030.tar.bz2 emacs-fc4b956c7cb2fba8ed2a18865a7686c6cfa5d030.zip |
; Fix symbol quoting typos
Diffstat (limited to 'lisp/progmodes/elisp-mode.el')
-rw-r--r-- | lisp/progmodes/elisp-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/elisp-mode.el b/lisp/progmodes/elisp-mode.el index 483bf9d2edd..22150c7d825 100644 --- a/lisp/progmodes/elisp-mode.el +++ b/lisp/progmodes/elisp-mode.el @@ -883,7 +883,7 @@ there are no matches for variables." (secondary-xrefs nil)) ; other xrefs (let ((temp elisp-xref-find-def-functions)) - ;; FIXME: The `elisp-xref-find-def-functions` function interface does + ;; FIXME: The `elisp-xref-find-def-functions' function interface does ;; not allow for namespace filtering so we tacitly assume they all match. (while (and (null xrefs) temp) |