mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
(imenu-always-use-completion-buffer-p): Use `other'
widget type.
This commit is contained in:
parent
a994a6db03
commit
8a3e08a6ee
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ if the mouse was used to invoke `imenu'.
|
|||
Another non-nil value means always display the index in a completion buffer."
|
||||
:type '(choice (const :tag "On Mouse" nil)
|
||||
(const :tag "Never" never)
|
||||
(sexp :tag "Always" :format "%t\n" t))
|
||||
(other :tag "Always" t))
|
||||
:group 'imenu)
|
||||
|
||||
(defcustom imenu-sort-function nil
|
||||
|
|
|
|||
Loading…
Reference in a new issue