]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typos.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 18 Jan 2010 20:24:43 +0000 (21:24 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 18 Jan 2010 20:24:43 +0000 (21:24 +0100)
lisp/ChangeLog

index 536d005663d3cae5a321b730f9e741b164d91b87..cc4c40668fd9f56e42c144481cac3cc5b789c3bc 100644 (file)
@@ -1,14 +1,14 @@
 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
 
-       * ido.el (ido-cur-list): Initialize as nil.
+       * ido.el (ido-cur-list): Initialize to nil.
        Remove obsolete information from commentary.
-        (ido-choice-list): Initialize as nil.
-        (ido-get-bufname): Reject minibuffers.
-        (ido-make-buffer-list): If "default" is a nonexistent
-        buffer, ignore it, as per the docstring.
-        (ido-kill-buffer-internal): New function.
-        (ido-kill-buffer-at-head): Use it.
-        (ido-visit-buffer): Likewise.
+       (ido-choice-list): Initialize to nil.
+       (ido-get-bufname): Reject minibuffers.
+       (ido-make-buffer-list): If "default" is a nonexistent
+       buffer, ignore it, as per the function's comment.
+       (ido-kill-buffer-internal): New function.
+       (ido-kill-buffer-at-head): Use it.
+       (ido-visit-buffer): Likewise.
 
 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>