diff options
Diffstat (limited to 'lisp/cedet/semantic/scope.el')
-rw-r--r-- | lisp/cedet/semantic/scope.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/semantic/scope.el b/lisp/cedet/semantic/scope.el index 50d7c8adf14..45964a1a17d 100644 --- a/lisp/cedet/semantic/scope.el +++ b/lisp/cedet/semantic/scope.el @@ -577,7 +577,7 @@ such as `public' or `private'." (if (semantic-tag-file-name TAG) ;; If it has a filename, just go with it... (setq copyslots (cons TAG copyslots)) - ;; Otherwise, copy the tag w/ the guessed filename. + ;; Otherwise, copy the tag with the guessed filename. (setq copyslots (cons (semantic-tag-copy TAG nil fname) copyslots))) ) |