summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2010-04-06 13:02:56 +0200
committerJuanma Barranquero <lekktu@gmail.com>2010-04-06 13:02:56 +0200
commit8b32731a1d666818605b1fd499db1882a495116d (patch)
treeda5983a34068b8f6ecc438857b0515a134a89ddd
parent2a07afc5fe9acb37ed00a65463357b61da8c5cb1 (diff)
downloademacs-8b32731a1d666818605b1fd499db1882a495116d.tar.gz
Fix typos.
-rw-r--r--lisp/ChangeLog12
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9d2142fd5f4..abe6b1e8c8a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,14 +1,14 @@
2010-04-06 John Wiegley <jwiegley@gmail.com>
- * ido.el (ido-add-virtual-buffers-to-list): Fixed duplicated names
+ * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
appearing in buffer list (if a live buffer name matched a recentf
- file basename). Should use uniqify to offer a real solution.
+ file basename). Should use uniquify to offer a real solution.
2010-04-06 John Wiegley <jwiegley@gmail.com>
- * ido.el (ido-use-virtual-buffers, ido-virtual): Moved a ChangeLog
- comment to code, and added a :version tag.
- (ido-virtual-buffers): Moved defvar to fix byte-compiler warning.
+ * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
+ comment to code, and add a :version tag.
+ (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
2010-04-06 Juanma Barranquero <lekktu@gmail.com>
@@ -31,7 +31,7 @@
2010-04-05 Juri Linkov <juri@jurta.org>
- Scrolling commands which does not signal errors at top/bottom.
+ Scrolling commands which do not signal errors at top/bottom.
http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
* simple.el (scroll-up-command, scroll-down-command): New commands.