diff lisp/ido.el @ 46631:527b6139edd2

(ido-separator): Fix type.
author Markus Rost <rost@math.uni-bielefeld.de>
date Tue, 23 Jul 2002 02:26:56 +0000
parents a86a0859521a
children d7ff55da60cd
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]")