# HG changeset patch # User Kim F. Storm # Date 1241990606 0 # Node ID 5e04d99c2e4978a751ce17d51626318835a1858f # Parent 24e74e7d574834090392d1a53c1074085baa4537 Fix last change. diff -r 24e74e7d5748 -r 5e04d99c2e49 lisp/ido.el --- a/lisp/ido.el Sun May 10 21:22:00 2009 +0000 +++ b/lisp/ido.el Sun May 10 21:23:26 2009 +0000 @@ -770,7 +770,7 @@ (defcustom ido-decorations '( "{" "}" " | " " | ..." "[" "]" " [No match]" " [Matched]" " [Not readable]" " [Too big]" " [Confirm]") "List of strings used by ido to display the alternatives in the minibuffer. -There are 10 elements in this list: +There are 11 elements in this list: 1st and 2nd elements are used as brackets around the prospect list, 3rd element is the separator between prospects (ignored if `ido-separator' is set), 4th element is the string inserted at the end of a truncated list of prospects, @@ -4444,7 +4444,7 @@ (cond ((null comps) (cond (ido-show-confirm-message - (or (nth 11 ido-decorations) " [Confirm]")) + (or (nth 10 ido-decorations) " [Confirm]")) (ido-directory-nonreadable (or (nth 8 ido-decorations) " [Not readable]")) (ido-directory-too-big