aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2011-11-02 03:05:53 +0100
committerJuanma Barranquero2011-11-02 03:05:53 +0100
commitdb22a3c27b078148c26a9f50afca5454a68d37d1 (patch)
tree23d7955459fa76679e5a666b22091bf0fe043cd3
parentebe06da995f8f7b9b8e502c123ad4e8677e34dec (diff)
downloademacs-db22a3c27b078148c26a9f50afca5454a68d37d1.tar.gz
emacs-db22a3c27b078148c26a9f50afca5454a68d37d1.zip
Fix typos.
-rw-r--r--lisp/ChangeLog11
-rw-r--r--lisp/vc/vc-dir.el4
2 files changed, 7 insertions, 8 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a577dc1f382..4591b9b9281 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -25,8 +25,8 @@
25 * net/newst-treeview.el: Remove "Time-stamp". 25 * net/newst-treeview.el: Remove "Time-stamp".
26 (newsticker--group-manage-orphan-feeds): Do not call 26 (newsticker--group-manage-orphan-feeds): Do not call
27 newsticker--treeview-tree-update. 27 newsticker--treeview-tree-update.
28 (newsticker-treeview-update, newsticker-treeview): Call 28 (newsticker-treeview-update, newsticker-treeview):
29 newsticker--treeview-tree-update if necessary. 29 Call newsticker--treeview-tree-update if necessary.
30 30
312011-10-30 Martin Rudalics <rudalics@gmx.at> 312011-10-30 Martin Rudalics <rudalics@gmx.at>
32 32
@@ -39,8 +39,7 @@
39 (split-window, balance-windows-1) 39 (split-window, balance-windows-1)
40 (shrink-window-if-larger-than-buffer): 40 (shrink-window-if-larger-than-buffer):
41 * calendar/calendar.el (calendar-generate-window): 41 * calendar/calendar.el (calendar-generate-window):
42 * help.el (resize-temp-buffer-window): Adjust callers 42 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
43 accordingly.
44 43
452011-10-30 Stefan Monnier <monnier@iro.umontreal.ca> 442011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
46 45
@@ -115,7 +114,7 @@
115 114
1162011-10-28 Alan Mackenzie <acm@muc.de> 1152011-10-28 Alan Mackenzie <acm@muc.de>
117 116
118 * progmodes/cc-defs.el (c-version). -> 5.32.2. 117 * progmodes/cc-defs.el (c-version): -> 5.32.2.
119 118
1202011-10-28 Alan Mackenzie <acm@muc.de> 1192011-10-28 Alan Mackenzie <acm@muc.de>
121 120
@@ -345,7 +344,7 @@
345 344
3462011-10-20 Glenn Morris <rgm@gnu.org> 3452011-10-20 Glenn Morris <rgm@gnu.org>
347 346
348 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781) 347 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
349 348
3502011-10-20 Christoph Scholtes <cschol2112@googlemail.com> 3492011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
351 350
diff --git a/lisp/vc/vc-dir.el b/lisp/vc/vc-dir.el
index ed16ee9f6f8..82eb8783a74 100644
--- a/lisp/vc/vc-dir.el
+++ b/lisp/vc/vc-dir.el
@@ -992,8 +992,8 @@ specific headers."
992 (let ((def-dir default-directory) 992 (let ((def-dir default-directory)
993 (backend vc-dir-backend)) 993 (backend vc-dir-backend))
994 (vc-set-mode-line-busy-indicator) 994 (vc-set-mode-line-busy-indicator)
995 ;; Call the `dir-status-file' backend function. 995 ;; Call the `dir-status-files' backend function.
996 ;; `dir-status-file' is supposed to be asynchronous. 996 ;; `dir-status-files' is supposed to be asynchronous.
997 ;; It should compute the results, and then call the function 997 ;; It should compute the results, and then call the function
998 ;; passed as an argument in order to update the vc-dir buffer 998 ;; passed as an argument in order to update the vc-dir buffer
999 ;; with the results. 999 ;; with the results.