Variable: ido-merged-indicator

ido-merged-indicator is a customizable variable defined in ido.el.gz.

Value

"^"

Documentation

The string appended to first choice if it has multiple directory choices.

Source Code

;; Defined in /usr/src/emacs/lisp/ido.el.gz
(defcustom ido-merged-indicator "^"
  "The string appended to first choice if it has multiple directory choices."
  :type 'string)