aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2002-07-10 08:18:31 +0000
committerJuanma Barranquero2002-07-10 08:18:31 +0000
commitdf31d96b4de79ef7b4c1b60f29897248d9fd21d6 (patch)
tree9d2d7bda974a13b294c596ffef0a3093b117a1da
parentd2fde41d7de13c4557aa8669ffed5ace92fc2b6e (diff)
downloademacs-df31d96b4de79ef7b4c1b60f29897248d9fd21d6.tar.gz
emacs-df31d96b4de79ef7b4c1b60f29897248d9fd21d6.zip
(ido-enter-single-matching-directory): Delete leftover comment.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/ido.el1
2 files changed, 4 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8cfcdc8a7c5..b56fa7055a1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12002-07-10 Juanma Barranquero <lektu@terra.es>
2
3 * ido.el (ido-enter-single-matching-directory): Delete leftover comment.
4
12002-07-09 Juanma Barranquero <lektu@terra.es> 52002-07-09 Juanma Barranquero <lektu@terra.es>
2 6
3 * faces.el (face-id): Fix typo. 7 * faces.el (face-id): Fix typo.
diff --git a/lisp/ido.el b/lisp/ido.el
index d4c5d4fbeec..a0308e3ddfb 100644
--- a/lisp/ido.el
+++ b/lisp/ido.el
@@ -635,7 +635,6 @@ If value is 'slash, only enter if typing final slash, else do it always."
635 (other :tag "Always" t)) 635 (other :tag "Always" t))
636 :group 'ido) 636 :group 'ido)
637 637
638Non-nil means if typing / results in only one matching directory, enter it
639(defcustom ido-create-new-buffer 'prompt 638(defcustom ido-create-new-buffer 'prompt
640 "*Specify whether a new buffer is created if no buffer matches substring. 639 "*Specify whether a new buffer is created if no buffer matches substring.
641Choices are 'always to create new buffers unconditionally, 'prompt to 640Choices are 'always to create new buffers unconditionally, 'prompt to