aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2010-01-16 18:54:35 -0800
committerGlenn Morris2010-01-16 18:54:35 -0800
commit44e82a0bd65970fe16b9f9fdd73583598c59d364 (patch)
treed8d469de0d79c117d027bebd20e4120d63966001
parent4963739e1db8c9b3355f40fcb184a2598cdb990c (diff)
downloademacs-44e82a0bd65970fe16b9f9fdd73583598c59d364.tar.gz
emacs-44e82a0bd65970fe16b9f9fdd73583598c59d364.zip
(semantic-idle-work-for-one-buffer): Doc fix.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/cedet/semantic/idle.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 28a62b9988a..f744d512cab 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12010-01-17 Glenn Morris <rgm@gnu.org>
2
3 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
4
12010-01-17 Juanma Barranquero <lekktu@gmail.com> 52010-01-17 Juanma Barranquero <lekktu@gmail.com>
2 6
3 * cedet/semantic.el (semantic-mode): 7 * cedet/semantic.el (semantic-mode):
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."
338(defun semantic-idle-work-for-one-buffer (buffer) 338(defun semantic-idle-work-for-one-buffer (buffer)
339 "Do long-processing work for BUFFER. 339 "Do long-processing work for BUFFER.
340Uses `semantic-safe' and returns the output. 340Uses `semantic-safe' and returns the output.
341Returns t of all processing succeeded." 341Returns t if all processing succeeded."
342 (with-current-buffer buffer 342 (with-current-buffer buffer
343 (not (and 343 (not (and
344 ;; Just in case 344 ;; Just in case