1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00

(semantic-idle-work-for-one-buffer): Doc fix.

This commit is contained in:
Glenn Morris 2010-01-16 18:54:35 -08:00
parent 4963739e1d
commit 44e82a0bd6
2 changed files with 5 additions and 1 deletions

View 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):

View 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