diff options
Diffstat (limited to 'lisp/cedet/semantic/decorate/include.el')
-rw-r--r-- | lisp/cedet/semantic/decorate/include.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/semantic/decorate/include.el b/lisp/cedet/semantic/decorate/include.el index 144e2ce0187..fe510c371e3 100644 --- a/lisp/cedet/semantic/decorate/include.el +++ b/lisp/cedet/semantic/decorate/include.el @@ -330,7 +330,7 @@ This mode provides a nice context menu on the include statements." ) )) - ;; @TODO - if not a tag w/ a position, we need to get one. How? + ;; @TODO - if not a tag with a position, we need to get one. How? (when (semantic-tag-with-position-p tag) (let ((ol (semantic-decorate-tag tag |