Mercurial > emacs
changeset 46631:527b6139edd2
(ido-separator): Fix type.
author | Markus Rost <rost@math.uni-bielefeld.de> |
---|---|
date | Tue, 23 Jul 2002 02:26:56 +0000 |
parents | 35665ffbedeb |
children | ac754a11b012 |
files | lisp/ido.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ido.el Tue Jul 23 00:06:22 2002 +0000 +++ b/lisp/ido.el Tue Jul 23 02:26:56 2002 +0000 @@ -652,7 +652,7 @@ (defcustom ido-separator nil "*String used by ido to separate the alternatives in the minibuffer. Obsolete. Set 3rd element of `ido-decorations' instead." - :type 'string + :type '(choice string (const nil)) :group 'ido) (defcustom ido-decorations '( "{" "}" " | " " | ..." "[" "]" " [No match]" " [Matched]")