diff options
Diffstat (limited to 'lisp/cedet/semantic.el')
| -rw-r--r-- | lisp/cedet/semantic.el | 4 |
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. |
| 1193 | The completions provided are via `semantic-analyze-possible-completions', | 1193 | The completions provided are via `semantic-analyze-possible-completions', |
| 1194 | but with the 'no-tc option passed in, which means constraints based | 1194 | but with the `no-tc' option passed in, which means constraints based |
| 1195 | on what is being assigned to are ignored. | 1195 | on what is being assigned to are ignored. |
| 1196 | This function can be used by `completion-at-point-functions'." | 1196 | This 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. |
| 1209 | The completions provided are via `semantic-analyze-possible-completions', | 1209 | The completions provided are via `semantic-analyze-possible-completions', |
| 1210 | but with the 'no-tc and 'no-longprefix option passed in, which means | 1210 | but with the `no-tc' and `no-longprefix' option passed in, which means |
| 1211 | constraints resulting in a long multi-symbol dereference are ignored. | 1211 | constraints resulting in a long multi-symbol dereference are ignored. |
| 1212 | This function can be used by `completion-at-point-functions'." | 1212 | This function can be used by `completion-at-point-functions'." |
| 1213 | (when (semantic-active-p) | 1213 | (when (semantic-active-p) |