]> git.eshelyaron.com Git - emacs.git/commitdiff
(ido-separator): Fix type.
authorMarkus Rost <rost@math.uni-bielefeld.de>
Tue, 23 Jul 2002 02:26:56 +0000 (02:26 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Tue, 23 Jul 2002 02:26:56 +0000 (02:26 +0000)
lisp/ido.el

index 5a704544ea18ae8490a22324b5023db7eb659f81..7a8a8dd92edc1ebca7ebce3978b822e7d46b3a83 100644 (file)
@@ -652,7 +652,7 @@ ask user whether to create buffer, or 'never to never create new buffer."
 (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]")