diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2010-01-18 21:24:43 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2010-01-18 21:24:43 +0100 |
commit | e90d57c003fef970d36024fc2605f0ec23f699c0 (patch) | |
tree | 15db3610b2387d938137a6d7690c5e54e3af5c91 /lisp | |
parent | 2acfb95436b642609588db8d692a0291aa9b7361 (diff) | |
download | emacs-e90d57c003fef970d36024fc2605f0ec23f699c0.tar.gz emacs-e90d57c003fef970d36024fc2605f0ec23f699c0.tar.bz2 emacs-e90d57c003fef970d36024fc2605f0ec23f699c0.zip |
Fix typos.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 536d005663d..cc4c40668fd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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> |