Variable: icomplete-separator
icomplete-separator is a customizable variable defined in
icomplete.el.gz.
Value
" | "
Documentation
String used by Icomplete to separate alternatives in the minibuffer.
This variable was added, or its default value changed, in Emacs 24.4.
Probably introduced at or before Emacs version 24.4.
Source Code
;; Defined in /usr/src/emacs/lisp/icomplete.el.gz
(defcustom icomplete-separator " | "
"String used by Icomplete to separate alternatives in the minibuffer."
:type 'string
:version "24.4")