diff options
author | Glenn Morris <rgm@gnu.org> | 2010-01-16 18:54:35 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-01-16 18:54:35 -0800 |
commit | 44e82a0bd65970fe16b9f9fdd73583598c59d364 (patch) | |
tree | d8d469de0d79c117d027bebd20e4120d63966001 /lisp/cedet | |
parent | 4963739e1db8c9b3355f40fcb184a2598cdb990c (diff) | |
download | emacs-44e82a0bd65970fe16b9f9fdd73583598c59d364.tar.gz |
(semantic-idle-work-for-one-buffer): Doc fix.
Diffstat (limited to 'lisp/cedet')
-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 cf107232645..bc314bb547e 100644 --- a/lisp/cedet/semantic/idle.el +++ b/lisp/cedet/semantic/idle.el @@ -338,7 +338,7 @@ Disable to prevent lots of excessive parsing in idle time." (defun semantic-idle-work-for-one-buffer (buffer) "Do long-processing work for BUFFER. Uses `semantic-safe' and returns the output. -Returns t of all processing succeeded." +Returns t if all processing succeeded." (with-current-buffer buffer (not (and ;; Just in case |