From 1a140747113353609a6377b9159bb25e7f518c08 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 23 Aug 2010 12:21:01 +0200 Subject: [PATCH] * ido.el (ido-use-virtual-buffers): Fix typo in docstring. --- lisp/ChangeLog | 4 ++++ lisp/ido.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c1fae3283ac..e3be318395a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2010-08-23 Juanma Barranquero + + * ido.el (ido-use-virtual-buffers): Fix typo in docstring. + 2010-08-22 Juri Linkov * simple.el (read-extended-command): New function with the logic diff --git a/lisp/ido.el b/lisp/ido.el index ad6c48c01e9..858ee3ed5b0 100644 --- a/lisp/ido.el +++ b/lisp/ido.el @@ -780,7 +780,7 @@ Essentially it works as follows: Say you are visiting a file and 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 -- 2.39.2