diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-11-21 15:16:08 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-11-21 15:20:11 +0100 |
commit | beaa2e49530b8149d2c22cb5fa15b8d48f7937b6 (patch) | |
tree | e92668cbdb35696e07375374f5738efc99d466fc /lisp/cedet | |
parent | 61e96789ddb1fe81520c3b1cc6c7ff43da5bc26f (diff) | |
download | emacs-beaa2e49530b8149d2c22cb5fa15b8d48f7937b6.tar.gz emacs-beaa2e49530b8149d2c22cb5fa15b8d48f7937b6.tar.bz2 emacs-beaa2e49530b8149d2c22cb5fa15b8d48f7937b6.zip |
; Fix typos (misspelled symbols)
Diffstat (limited to 'lisp/cedet')
-rw-r--r-- | lisp/cedet/semantic/tag.el | 2 |
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) |