emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r99374: Fix typos.


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99374: Fix typos.
Date: Mon, 18 Jan 2010 21:24:43 +0100
User-agent: Bazaar (2.0.2)

------------------------------------------------------------
revno: 99374
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Mon 2010-01-18 21:24:43 +0100
message:
  Fix typos.
modified:
  lisp/ChangeLog
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-01-18 19:34:55 +0000
+++ b/lisp/ChangeLog    2010-01-18 20:24:43 +0000
@@ -1,14 +1,14 @@
 2010-01-18  Óscar Fuentes  <address@hidden>
 
-       * 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  <address@hidden>
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]