; * lisp/ido.el (ido-completion-buffer): Fix :type (bug#65756).
This commit is contained in:
@@ -863,7 +863,8 @@ also modify the dynamic variables described for the variable
|
|||||||
(defcustom ido-completion-buffer "*Ido Completions*"
|
(defcustom ido-completion-buffer "*Ido Completions*"
|
||||||
"Name of completion buffer used by Ido.
|
"Name of completion buffer used by Ido.
|
||||||
Set to nil to disable completion buffers popping up."
|
Set to nil to disable completion buffers popping up."
|
||||||
:type 'string)
|
:type '(choice (const :tag "Disable popping up completion buffer" nil)
|
||||||
|
string))
|
||||||
|
|
||||||
(defcustom ido-completion-buffer-all-completions nil
|
(defcustom ido-completion-buffer-all-completions nil
|
||||||
"Non-nil means to show all completions in completion buffer.
|
"Non-nil means to show all completions in completion buffer.
|
||||||
|
|||||||
Reference in New Issue
Block a user