aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ido.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ido.el b/lisp/ido.el
index 8e998348ebf..fa85cf1c6ed 100644
--- a/lisp/ido.el
+++ b/lisp/ido.el
@@ -770,7 +770,7 @@ Obsolete. Set 3rd element of `ido-decorations' instead."
770 770
771(defcustom ido-decorations '( "{" "}" " | " " | ..." "[" "]" " [No match]" " [Matched]" " [Not readable]" " [Too big]" " [Confirm]") 771(defcustom ido-decorations '( "{" "}" " | " " | ..." "[" "]" " [No match]" " [Matched]" " [Not readable]" " [Too big]" " [Confirm]")
772 "List of strings used by ido to display the alternatives in the minibuffer. 772 "List of strings used by ido to display the alternatives in the minibuffer.
773There are 10 elements in this list: 773There are 11 elements in this list:
7741st and 2nd elements are used as brackets around the prospect list, 7741st and 2nd elements are used as brackets around the prospect list,
7753rd element is the separator between prospects (ignored if `ido-separator' is set), 7753rd element is the separator between prospects (ignored if `ido-separator' is set),
7764th element is the string inserted at the end of a truncated list of prospects, 7764th element is the string inserted at the end of a truncated list of prospects,
@@ -4444,7 +4444,7 @@ For details of keybindings, see `ido-find-file'."
4444 (cond ((null comps) 4444 (cond ((null comps)
4445 (cond 4445 (cond
4446 (ido-show-confirm-message 4446 (ido-show-confirm-message
4447 (or (nth 11 ido-decorations) " [Confirm]")) 4447 (or (nth 10 ido-decorations) " [Confirm]"))
4448 (ido-directory-nonreadable 4448 (ido-directory-nonreadable
4449 (or (nth 8 ido-decorations) " [Not readable]")) 4449 (or (nth 8 ido-decorations) " [Not readable]"))
4450 (ido-directory-too-big 4450 (ido-directory-too-big