]> git.eshelyaron.com Git - emacs.git/commitdiff
(Imenu): Clarify what special items do.
authorRichard M. Stallman <rms@gnu.org>
Tue, 18 Apr 2006 21:08:45 +0000 (21:08 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 18 Apr 2006 21:08:45 +0000 (21:08 +0000)
lispref/modes.texi

index fc1953d24d9819de55ad5494bd88053a2f4c930a..b33424a58be4d7acf15a9b8f133b213817204d66 100644 (file)
@@ -2174,10 +2174,9 @@ An element can also look like this:
 (@var{menu-title} @var{regexp} @var{index} @var{function} @var{arguments}@dots{})
 @end example
 
-Like in the previous case, each match for this element creates an
-index item.  However, if this index item is selected by the user, it
-calls @var{function} with arguments consisting of the item name, the
-buffer position, and @var{arguments}.
+Each match for this element creates an index item, and when the index
+item is selected by the user, it calls @var{function} with arguments
+consisting of the item name, the buffer position, and @var{arguments}.
 
 For Emacs Lisp mode, @code{imenu-generic-expression} could look like
 this: