]> git.eshelyaron.com Git - emacs.git/commitdiff
(semantic-idle-work-for-one-buffer): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Sun, 17 Jan 2010 02:54:35 +0000 (18:54 -0800)
committerGlenn Morris <rgm@gnu.org>
Sun, 17 Jan 2010 02:54:35 +0000 (18:54 -0800)
lisp/ChangeLog
lisp/cedet/semantic/idle.el

index 28a62b9988ad2f59a609783d3232c621729e397e..f744d512cabd92060ef19bae37ba789b0695d6d7 100644 (file)
@@ -1,3 +1,7 @@
+2010-01-17  Glenn Morris  <rgm@gnu.org>
+
+       * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
+
 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
 
        * cedet/semantic.el (semantic-mode):
index cf107232645893e8b55a11c5355e7c45e892caac..bc314bb547e7b822465190e568ed2078ea90ffad 100644 (file)
@@ -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