diff options
Diffstat (limited to 'lisp/cedet/semantic/util-modes.el')
-rw-r--r-- | lisp/cedet/semantic/util-modes.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/semantic/util-modes.el b/lisp/cedet/semantic/util-modes.el index 96d1de5a26c..bcded23aec6 100644 --- a/lisp/cedet/semantic/util-modes.el +++ b/lisp/cedet/semantic/util-modes.el @@ -133,7 +133,7 @@ symbol whose value is such a string." semantic-minor-mode-alist)))) (semantic-mode-line-update) - ;; Semantic minor modes don't work w/ Desktop restore. + ;; Semantic minor modes don't work with Desktop restore. ;; This line will disable this minor mode from being restored ;; by Desktop. (when (boundp 'desktop-minor-mode-handlers) |