diff options
| author | Glenn Morris | 2010-01-16 18:54:35 -0800 |
|---|---|---|
| committer | Glenn Morris | 2010-01-16 18:54:35 -0800 |
| commit | 44e82a0bd65970fe16b9f9fdd73583598c59d364 (patch) | |
| tree | d8d469de0d79c117d027bebd20e4120d63966001 | |
| parent | 4963739e1db8c9b3355f40fcb184a2598cdb990c (diff) | |
| download | emacs-44e82a0bd65970fe16b9f9fdd73583598c59d364.tar.gz emacs-44e82a0bd65970fe16b9f9fdd73583598c59d364.zip | |
(semantic-idle-work-for-one-buffer): Doc fix.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/cedet/semantic/idle.el | 2 |
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 @@ | |||
| 1 | 2010-01-17 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix. | ||
| 4 | |||
| 1 | 2010-01-17 Juanma Barranquero <lekktu@gmail.com> | 5 | 2010-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. |
| 340 | Uses `semantic-safe' and returns the output. | 340 | Uses `semantic-safe' and returns the output. |
| 341 | Returns t of all processing succeeded." | 341 | Returns 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 |