summaryrefslogtreecommitdiff
path: root/lisp/progmodes/elisp-mode.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-09-12 18:33:03 +0200
committerStefan Kangas <stefan@marxist.se>2021-09-12 18:36:49 +0200
commitfc4b956c7cb2fba8ed2a18865a7686c6cfa5d030 (patch)
treebdd67b63d55da0b41e367feecc20e02ada92e92d /lisp/progmodes/elisp-mode.el
parent79113b5e4a7d69ec0fb3401b763292d91b54632e (diff)
downloademacs-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.el2
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)