diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-12-03 15:31:07 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-12-03 15:39:43 +0100 |
commit | f6e2f30f394a270c2eca9a9a14be46876d2a86e5 (patch) | |
tree | 651e2c08236400d3a4820c01ccfc3b5749e7cbe8 /lisp/cedet/semantic/ia.el | |
parent | bd58dcedfb95d25b8d9832fa7ca386d75e35d4ce (diff) | |
download | emacs-f6e2f30f394a270c2eca9a9a14be46876d2a86e5.tar.gz emacs-f6e2f30f394a270c2eca9a9a14be46876d2a86e5.tar.bz2 emacs-f6e2f30f394a270c2eca9a9a14be46876d2a86e5.zip |
; Fix typos
Diffstat (limited to 'lisp/cedet/semantic/ia.el')
-rw-r--r-- | lisp/cedet/semantic/ia.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/semantic/ia.el b/lisp/cedet/semantic/ia.el index 2172085d6b9..da884b9d16d 100644 --- a/lisp/cedet/semantic/ia.el +++ b/lisp/cedet/semantic/ia.el @@ -457,7 +457,7 @@ parts of the parent classes are displayed." ;; it. The simple `semanticdb-find-tag-by-...' are simple, and ;; you need to pass it the exact name you want. ;; - ;; The analyzer function `semantic-analyze-tag-name' will take + ;; The analyzer function `semantic-analyze-find-tag' will take ;; more complex names, such as the cpp symbol foo::bar::baz, ;; and break it up, and dive through the namespaces. (let ((class (semantic-analyze-find-tag typename))) |