diff options
| author | Juanma Barranquero | 2011-11-02 03:05:53 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2011-11-02 03:05:53 +0100 |
| commit | db22a3c27b078148c26a9f50afca5454a68d37d1 (patch) | |
| tree | 23d7955459fa76679e5a666b22091bf0fe043cd3 | |
| parent | ebe06da995f8f7b9b8e502c123ad4e8677e34dec (diff) | |
| download | emacs-db22a3c27b078148c26a9f50afca5454a68d37d1.tar.gz emacs-db22a3c27b078148c26a9f50afca5454a68d37d1.zip | |
Fix typos.
| -rw-r--r-- | lisp/ChangeLog | 11 | ||||
| -rw-r--r-- | lisp/vc/vc-dir.el | 4 |
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 | ||
| 31 | 2011-10-30 Martin Rudalics <rudalics@gmx.at> | 31 | 2011-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 | ||
| 45 | 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca> | 44 | 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca> |
| 46 | 45 | ||
| @@ -115,7 +114,7 @@ | |||
| 115 | 114 | ||
| 116 | 2011-10-28 Alan Mackenzie <acm@muc.de> | 115 | 2011-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 | ||
| 120 | 2011-10-28 Alan Mackenzie <acm@muc.de> | 119 | 2011-10-28 Alan Mackenzie <acm@muc.de> |
| 121 | 120 | ||
| @@ -345,7 +344,7 @@ | |||
| 345 | 344 | ||
| 346 | 2011-10-20 Glenn Morris <rgm@gnu.org> | 345 | 2011-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 | ||
| 350 | 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com> | 349 | 2011-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. |