summaryrefslogtreecommitdiff
path: root/lisp/cedet/semantic.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2010-01-17 03:25:53 +0100
committerJuanma Barranquero <lekktu@gmail.com>2010-01-17 03:25:53 +0100
commit4963739e1db8c9b3355f40fcb184a2598cdb990c (patch)
treee035acbb7f13d098a7f037fe996b169bebe8ff9c /lisp/cedet/semantic.el
parent66aa4eb37df93db002457a6e35916801a8f4ec26 (diff)
downloademacs-4963739e1db8c9b3355f40fcb184a2598cdb990c.tar.gz
Fix typos in docstrings.
Diffstat (limited to 'lisp/cedet/semantic.el')
-rw-r--r--lisp/cedet/semantic.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/cedet/semantic.el b/lisp/cedet/semantic.el
index 108a8c4b294..0b311d9f243 100644
--- a/lisp/cedet/semantic.el
+++ b/lisp/cedet/semantic.el
@@ -1014,7 +1014,7 @@ Throw away all the old tags, and recreate the tag database."
;; The `semantic-mode' command, in conjuction with the
;; `semantic-default-submodes' variable, toggles Semantic's various
-;; auxilliary minor modes.
+;; auxiliary minor modes.
(defvar semantic-load-system-cache-loaded nil
"Non nil when the Semantic system caches have been loaded.
@@ -1057,7 +1057,7 @@ With ARG, turn Semantic mode on if ARG is positive, off otherwise.
In Semantic mode, Emacs parses the buffers you visit for their
semantic content. This information is used by a variety of
-auxilliary minor modes, listed in `semantic-default-submodes';
+auxiliary minor modes, listed in `semantic-default-submodes';
all the minor modes in this list are also enabled when you enable
Semantic mode.
@@ -1067,7 +1067,7 @@ Semantic mode.
(if semantic-mode
;; Turn on Semantic mode
(progn
- ;; Enable all the global auxilliary minor modes in
+ ;; Enable all the global auxiliary minor modes in
;; `semantic-submode-list'.
(dolist (mode semantic-submode-list)
(if (memq mode semantic-default-submodes)