diff options
Diffstat (limited to 'lisp/cedet/srecode/semantic.el')
-rw-r--r-- | lisp/cedet/srecode/semantic.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/cedet/srecode/semantic.el b/lisp/cedet/srecode/semantic.el index ea7fda004e7..c5ceb89d2dc 100644 --- a/lisp/cedet/srecode/semantic.el +++ b/lisp/cedet/srecode/semantic.el @@ -43,8 +43,8 @@ ;;; The SEMANTIC TAG inserter ;; -;; Put a tag into the dictionary that can be used w/ arbitrary -;; lisp expressions. +;; Put a tag into the dictionary that can be used with arbitrary +;; Lisp expressions. (defclass srecode-semantic-tag (srecode-dictionary-compound-value) ((prime :initarg :prime |