From 44e82a0bd65970fe16b9f9fdd73583598c59d364 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 16 Jan 2010 18:54:35 -0800 Subject: [PATCH] (semantic-idle-work-for-one-buffer): Doc fix. --- lisp/ChangeLog | 4 ++++ lisp/cedet/semantic/idle.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 28a62b9988a..f744d512cab 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2010-01-17 Glenn Morris + + * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix. + 2010-01-17 Juanma Barranquero * 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." (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 -- 2.39.5