emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r106268: Fix typos.


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106268: Fix typos.
Date: Wed, 02 Nov 2011 03:05:53 +0100
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106268
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Wed 2011-11-02 03:05:53 +0100
message:
  Fix typos.
modified:
  lisp/ChangeLog
  lisp/vc/vc-dir.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-11-02 01:58:59 +0000
+++ b/lisp/ChangeLog    2011-11-02 02:05:53 +0000
@@ -25,8 +25,8 @@
        * net/newst-treeview.el: Remove "Time-stamp".
        (newsticker--group-manage-orphan-feeds): Do not call
        newsticker--treeview-tree-update.
-       (newsticker-treeview-update, newsticker-treeview): Call
-       newsticker--treeview-tree-update if necessary.
+       (newsticker-treeview-update, newsticker-treeview):
+       Call newsticker--treeview-tree-update if necessary.
 
 2011-10-30  Martin Rudalics  <address@hidden>
 
@@ -39,8 +39,7 @@
        (split-window, balance-windows-1)
        (shrink-window-if-larger-than-buffer):
        * calendar/calendar.el (calendar-generate-window):
-       * help.el (resize-temp-buffer-window): Adjust callers
-       accordingly.
+       * help.el (resize-temp-buffer-window): Adjust callers accordingly.
 
 2011-10-30  Stefan Monnier  <address@hidden>
 
@@ -115,7 +114,7 @@
 
 2011-10-28  Alan Mackenzie  <address@hidden>
 
-       * progmodes/cc-defs.el (c-version).  -> 5.32.2.
+       * progmodes/cc-defs.el (c-version): -> 5.32.2.
 
 2011-10-28  Alan Mackenzie  <address@hidden>
 
@@ -345,7 +344,7 @@
 
 2011-10-20  Glenn Morris  <address@hidden>
 
-       * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
+       * vc/vc.el (vc-next-action): Handle removed directories.  (Bug#9781)
 
 2011-10-20  Christoph Scholtes  <address@hidden>
 

=== modified file 'lisp/vc/vc-dir.el'
--- a/lisp/vc/vc-dir.el 2011-09-18 20:43:20 +0000
+++ b/lisp/vc/vc-dir.el 2011-11-02 02:05:53 +0000
@@ -992,8 +992,8 @@
   (let ((def-dir default-directory)
        (backend vc-dir-backend))
     (vc-set-mode-line-busy-indicator)
-    ;; Call the `dir-status-file' backend function.
-    ;; `dir-status-file' is supposed to be asynchronous.
+    ;; Call the `dir-status-files' backend function.
+    ;; `dir-status-files' is supposed to be asynchronous.
     ;; It should compute the results, and then call the function
     ;; passed as an argument in order to update the vc-dir buffer
     ;; with the results.


reply via email to

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