diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-09-21 15:59:48 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-09-21 15:59:48 +0000 |
commit | af7b5a91b2c7e4f3ee18f72192d7baa572d03735 (patch) | |
tree | 2e891245bc618f1a24e8c084cc5f021d571522d4 /lisp/cedet/semantic/idle.el | |
parent | 602a8d7e4fa3616878f9161c4431bdd4b3b0fb04 (diff) | |
download | emacs-af7b5a91b2c7e4f3ee18f72192d7baa572d03735.tar.gz |
* cedet/semantic.el: Add autoloads for semantic/idle functions.
* cedet/semantic/util.el (semantic--completion-cache): New var.
(semantic-symbol-start, semantic-find-tag-for-completion)
(semantic-complete-symbol): New functions, adapted from Senator.
* bindings.el (complete-symbol): Try semantic-complete-symbol if
no tag table is active.
* cedet/semantic/idle.el (define-semantic-idle-service): Doc fix.
Diffstat (limited to 'lisp/cedet/semantic/idle.el')
-rw-r--r-- | lisp/cedet/semantic/idle.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/semantic/idle.el b/lisp/cedet/semantic/idle.el index e3ae984ae98..87da3cbd2cc 100644 --- a/lisp/cedet/semantic/idle.el +++ b/lisp/cedet/semantic/idle.el @@ -612,7 +612,7 @@ This routines creates the following functions and variables:" `(eval-and-compile (defun ,global (&optional arg) - ,(concat "Toggle global use of option `" (symbol-name mode) "'. + ,(concat "Toggle global use of `" (symbol-name mode) "'. If ARG is positive, enable, if it is negative, disable. If ARG is nil, then toggle.") (interactive "P") |