comparison lisp/ido.el @ 46280:dc1e715d2b03

(ido-enter-single-matching-directory): Delete leftover comment.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 10 Jul 2002 08:18:18 +0000
parents c64c46b334d7
children 712d0161e499
comparison
equal deleted inserted replaced
46279:5f4ed17e4396 46280:dc1e715d2b03
633 :type '(choice (const :tag "Never" nil) 633 :type '(choice (const :tag "Never" nil)
634 (const :tag "When typing /" slash) 634 (const :tag "When typing /" slash)
635 (other :tag "Always" t)) 635 (other :tag "Always" t))
636 :group 'ido) 636 :group 'ido)
637 637
638 Non-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.
641 Choices are 'always to create new buffers unconditionally, 'prompt to 640 Choices are 'always to create new buffers unconditionally, 'prompt to
642 ask user whether to create buffer, or 'never to never create new buffer." 641 ask user whether to create buffer, or 'never to never create new buffer."
643 :type '(choice (const always) 642 :type '(choice (const always)