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:
parent
9b006cb258
commit
610a4f6486
1 changed files with 1 additions and 1 deletions
|
|
@ -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]")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue