# HG changeset patch # User Juanma Barranquero # Date 1263846283 -3600 # Node ID 1748839af9812300168c7ae1f9595ead9f56077e # Parent ee670d4f8293371a3bd798ee905c5ccaaac2e247 Fix typos. diff -r ee670d4f8293 -r 1748839af981 lisp/ChangeLog --- a/lisp/ChangeLog Mon Jan 18 20:34:55 2010 +0100 +++ b/lisp/ChangeLog Mon Jan 18 21:24:43 2010 +0100 @@ -1,14 +1,14 @@ 2010-01-18 Óscar Fuentes - * 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