summaryrefslogtreecommitdiff
path: root/lisp/cedet/semantic.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2014-11-16 22:26:17 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2014-11-16 22:27:36 -0800
commit1c7b6b3e0a8e6fe5c8a476b2c45c4b61c609bdfe (patch)
treea5082b3b9eef087f521154f17becbb810ebf1017 /lisp/cedet/semantic.el
parent0921dbc3ab4dcc6b291ef45e46a24b322bbcb885 (diff)
downloademacs-1c7b6b3e0a8e6fe5c8a476b2c45c4b61c609bdfe.tar.gz
Spelling fixes.
Diffstat (limited to 'lisp/cedet/semantic.el')
-rw-r--r--lisp/cedet/semantic.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/cedet/semantic.el b/lisp/cedet/semantic.el
index 7eddf827e49..6bd090cf838 100644
--- a/lisp/cedet/semantic.el
+++ b/lisp/cedet/semantic.el
@@ -1136,7 +1136,7 @@ Semantic mode.
'semantic-analyze-notc-completion-at-point-function)
(add-hook 'completion-at-point-functions
'semantic-analyze-completion-at-point-function)
-
+
(if global-ede-mode
(define-key cedet-menu-map [cedet-menu-separator] '("--")))
(dolist (b (buffer-list))
@@ -1171,7 +1171,7 @@ Semantic mode.
;;; Completion At Point functions
(defun semantic-analyze-completion-at-point-function ()
- "Return possible analasis completions at point.
+ "Return possible analysis completions at point.
The completions provided are via `semantic-analyze-possible-completions'.
This function can be used by `completion-at-point-functions'."
(let* ((ctxt (semantic-analyze-current-context))
@@ -1187,7 +1187,7 @@ This function can be used by `completion-at-point-functions'."
))
(defun semantic-analyze-notc-completion-at-point-function ()
- "Return possible analasis completions at point.
+ "Return possible analysis completions at point.
The completions provided are via `semantic-analyze-possible-completions',
but with the 'no-tc option passed in, which means constraints based
on what is being assigned to are ignored.
@@ -1202,7 +1202,7 @@ This function can be used by `completion-at-point-functions'."
))
(defun semantic-analyze-nolongprefix-completion-at-point-function ()
- "Return possible analasis completions at point.
+ "Return possible analysis completions at point.
The completions provided are via `semantic-analyze-possible-completions',
but with the 'no-tc and 'no-longprefix option passed in, which means
constraints resulting in a long multi-symbol dereference are ignored.