summaryrefslogtreecommitdiff
path: root/lisp/cedet
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-11-21 15:16:08 +0100
committerStefan Kangas <stefankangas@gmail.com>2022-11-21 15:20:11 +0100
commitbeaa2e49530b8149d2c22cb5fa15b8d48f7937b6 (patch)
treee92668cbdb35696e07375374f5738efc99d466fc /lisp/cedet
parent61e96789ddb1fe81520c3b1cc6c7ff43da5bc26f (diff)
downloademacs-beaa2e49530b8149d2c22cb5fa15b8d48f7937b6.tar.gz
; Fix typos (misspelled symbols)
Diffstat (limited to 'lisp/cedet')
-rw-r--r--lisp/cedet/semantic/tag.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/semantic/tag.el b/lisp/cedet/semantic/tag.el
index 16695a108a6..aa5b17e9bb7 100644
--- a/lisp/cedet/semantic/tag.el
+++ b/lisp/cedet/semantic/tag.el
@@ -1176,7 +1176,7 @@ This function is for internal use only."
(defsubst semantic--tag-expanded-p (tag)
"Return non-nil if TAG is expanded.
This function is for internal use only.
-See also the function `semantic--expand-tag'."
+See also the function `semantic--tag-expand'."
;; In fact a cooked tag is actually a list of cooked tags
;; because a raw tag can be expanded in several cooked ones!
(when (consp tag)