]> code.delx.au - gnu-emacs/blobdiff - lisp/cedet/semantic.el
Spelling fixes.
[gnu-emacs] / lisp / cedet / semantic.el
index ce9af0e12b57b209311b6670ec2f9260294c4fa8..639b46ad2cfd3d907f9f9eadc9c26995bcbbfb77 100644 (file)
@@ -1015,7 +1015,7 @@ Throw away all the old tags, and recreate the tag database."
                :visible semantic-mode
                :button (:toggle . global-semanticdb-minor-mode))))
 
-;; The `semantic-mode' command, in conjuction with the
+;; The `semantic-mode' command, in conjunction with the
 ;; `semantic-default-submodes' variable, toggles Semantic's various
 ;; auxiliary minor modes.
 
@@ -1055,8 +1055,10 @@ The possible elements of this list include the following:
 
 ;;;###autoload
 (define-minor-mode semantic-mode
-  "Toggle Semantic mode.
-With ARG, turn Semantic mode on if ARG is positive, off otherwise.
+  "Toggle parser features (Semantic mode).
+With a prefix argument ARG, enable Semantic mode if ARG is
+positive, and disable it otherwise.  If called from Lisp, enable
+Semantic mode if ARG is omitted or nil.
 
 In Semantic mode, Emacs parses the buffers you visit for their
 semantic content.  This information is used by a variety of