diff options
author | Richard M. Stallman <rms@gnu.org> | 2006-07-09 01:59:34 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2006-07-09 01:59:34 +0000 |
commit | 4b21e5f30feb1aed86ba1f38e5e4fcb76a6cd11c (patch) | |
tree | 8bd2538851c42902a957d374385db1e6a21106bb /lisp/imenu.el | |
parent | cf5ebec70eb67b7dca6ef82c008e23cbb40e96e3 (diff) | |
download | emacs-4b21e5f30feb1aed86ba1f38e5e4fcb76a6cd11c.tar.gz |
(imenu-choose-buffer-index): Doc fix.
Diffstat (limited to 'lisp/imenu.el')
-rw-r--r-- | lisp/imenu.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/imenu.el b/lisp/imenu.el index a609bcbadf9..d9c75c5fdd4 100644 --- a/lisp/imenu.el +++ b/lisp/imenu.el @@ -910,9 +910,8 @@ select from ALIST. With no index alist ALIST, it calls `imenu--make-index-alist' to create the index alist. -If `imenu-use-popup-menu' is non-nil, then the -completion buffer is always used, no matter if the mouse was used or -not. +If `imenu-use-popup-menu' is nil, then the completion buffer +is always used, no matter if the mouse was used or not. The returned value is of the form (INDEX-NAME . INDEX-POSITION)." (let (index-alist |