Mercurial > emacs
changeset 106902:1748839af981
Fix typos.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 18 Jan 2010 21:24:43 +0100 |
parents | ee670d4f8293 |
children | 257da94c161b beaca50ab7dd |
files | lisp/ChangeLog |
diffstat | 1 files changed, 8 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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>