Variable: ido-separator

ido-separator is a customizable variable defined in ido.el.gz.

This variable is obsolete; set 3rd element of ido-decorations instead.

Value

nil

Documentation

String used by Ido to separate the alternatives in the minibuffer.

Source Code

;; Defined in /usr/src/emacs/lisp/ido.el.gz
(defcustom ido-separator nil
  "String used by Ido to separate the alternatives in the minibuffer."
  :type '(choice string (const nil)))