aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/cedet/semantic.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/cedet/semantic.el')
-rw-r--r--lisp/cedet/semantic.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/cedet/semantic.el b/lisp/cedet/semantic.el
index 290cd907beb..a9af84af3d4 100644
--- a/lisp/cedet/semantic.el
+++ b/lisp/cedet/semantic.el
@@ -1191,7 +1191,7 @@ This function can be used by `completion-at-point-functions'."
1191(defun semantic-analyze-notc-completion-at-point-function () 1191(defun semantic-analyze-notc-completion-at-point-function ()
1192 "Return possible analysis completions at point. 1192 "Return possible analysis completions at point.
1193The completions provided are via `semantic-analyze-possible-completions', 1193The completions provided are via `semantic-analyze-possible-completions',
1194but with the 'no-tc option passed in, which means constraints based 1194but with the `no-tc' option passed in, which means constraints based
1195on what is being assigned to are ignored. 1195on what is being assigned to are ignored.
1196This function can be used by `completion-at-point-functions'." 1196This function can be used by `completion-at-point-functions'."
1197 (when (semantic-active-p) 1197 (when (semantic-active-p)
@@ -1207,7 +1207,7 @@ This function can be used by `completion-at-point-functions'."
1207(defun semantic-analyze-nolongprefix-completion-at-point-function () 1207(defun semantic-analyze-nolongprefix-completion-at-point-function ()
1208 "Return possible analysis completions at point. 1208 "Return possible analysis completions at point.
1209The completions provided are via `semantic-analyze-possible-completions', 1209The completions provided are via `semantic-analyze-possible-completions',
1210but with the 'no-tc and 'no-longprefix option passed in, which means 1210but with the `no-tc' and `no-longprefix' option passed in, which means
1211constraints resulting in a long multi-symbol dereference are ignored. 1211constraints resulting in a long multi-symbol dereference are ignored.
1212This function can be used by `completion-at-point-functions'." 1212This function can be used by `completion-at-point-functions'."
1213 (when (semantic-active-p) 1213 (when (semantic-active-p)