From 4b21e5f30feb1aed86ba1f38e5e4fcb76a6cd11c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 9 Jul 2006 01:59:34 +0000 Subject: [PATCH] (imenu-choose-buffer-index): Doc fix. --- lisp/imenu.el | 5 ++--- 1 file 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 -- 2.39.5