emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r101169: * ido.el (ido-use-virtual-bu


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101169: * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
Date: Mon, 23 Aug 2010 12:21:01 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101169
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Mon 2010-08-23 12:21:01 +0200
message:
  * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
modified:
  lisp/ChangeLog
  lisp/ido.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-08-22 23:27:59 +0000
+++ b/lisp/ChangeLog    2010-08-23 10:21:01 +0000
@@ -1,3 +1,7 @@
+2010-08-23  Juanma Barranquero  <address@hidden>
+
+       * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
+
 2010-08-22  Juri Linkov  <address@hidden>
 
        * simple.el (read-extended-command): New function with the logic

=== modified file 'lisp/ido.el'
--- a/lisp/ido.el       2010-08-22 20:02:16 +0000
+++ b/lisp/ido.el       2010-08-23 10:21:01 +0000
@@ -780,7 +780,7 @@
 the buffer gets cleaned up by mignight.el.  Later, you want to
 switch to that buffer, but find it's no longer open.  With
 virtual buffers enabled, the buffer name stays in the buffer
-list (using the ido-virtual face, and always at the end), and if
+list (using the `ido-virtual' face, and always at the end), and if
 you select it, it opens the file back up again.  This allows you
 to think less about whether recently opened files are still open
 or not.  Most of the time you can quit Emacs, restart, and then


reply via email to

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