1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(ido-separator): Fix type.

This commit is contained in:
Markus Rost 2002-07-23 02:26:56 +00:00
parent 9b006cb258
commit 610a4f6486

View 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]")