aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorAndreas Schwab1998-06-24 09:12:33 +0000
committerAndreas Schwab1998-06-24 09:12:33 +0000
commit8a3e08a6ee770eea5efd6a80f3bd9ffeb66dc18b (patch)
tree486967cd90ba182ecf6408a730f2baaa95154c78 /lisp
parenta994a6db0328dc214a38e3fe7c783607538970ab (diff)
downloademacs-8a3e08a6ee770eea5efd6a80f3bd9ffeb66dc18b.tar.gz
emacs-8a3e08a6ee770eea5efd6a80f3bd9ffeb66dc18b.zip
(imenu-always-use-completion-buffer-p): Use `other'
widget type.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/imenu.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/imenu.el b/lisp/imenu.el
index 95fa9d4870a..e10e703738c 100644
--- a/lisp/imenu.el
+++ b/lisp/imenu.el
@@ -113,7 +113,7 @@ if the mouse was used to invoke `imenu'.
113Another non-nil value means always display the index in a completion buffer." 113Another non-nil value means always display the index in a completion buffer."
114 :type '(choice (const :tag "On Mouse" nil) 114 :type '(choice (const :tag "On Mouse" nil)
115 (const :tag "Never" never) 115 (const :tag "Never" never)
116 (sexp :tag "Always" :format "%t\n" t)) 116 (other :tag "Always" t))
117 :group 'imenu) 117 :group 'imenu)
118 118
119(defcustom imenu-sort-function nil 119(defcustom imenu-sort-function nil