emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r99355: (semantic-idle-work-for-one-b


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99355: (semantic-idle-work-for-one-buffer): Doc fix.
Date: Sat, 16 Jan 2010 18:54:35 -0800
User-agent: Bazaar (2.0.2)

------------------------------------------------------------
revno: 99355
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2010-01-16 18:54:35 -0800
message:
  (semantic-idle-work-for-one-buffer): Doc fix.
modified:
  lisp/ChangeLog
  lisp/cedet/semantic/idle.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-01-17 02:25:53 +0000
+++ b/lisp/ChangeLog    2010-01-17 02:54:35 +0000
@@ -1,3 +1,7 @@
+2010-01-17  Glenn Morris  <address@hidden>
+
+       * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
+
 2010-01-17  Juanma Barranquero  <address@hidden>
 
        * cedet/semantic.el (semantic-mode):

=== modified file 'lisp/cedet/semantic/idle.el'
--- a/lisp/cedet/semantic/idle.el       2010-01-16 02:51:50 +0000
+++ b/lisp/cedet/semantic/idle.el       2010-01-17 02:54:35 +0000
@@ -338,7 +338,7 @@
 (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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]