* lisp/imenu.el (imenu-generic-expression): Doc fix. (Bug#32016)
This commit is contained in:
parent
fdd7e7d8a8
commit
9d6ca5ad4d
1 changed files with 3 additions and 3 deletions
|
@ -207,9 +207,9 @@ string (which specifies the title of a submenu into which the
|
||||||
matches are put).
|
matches are put).
|
||||||
REGEXP is a regular expression matching a definition construct
|
REGEXP is a regular expression matching a definition construct
|
||||||
which is to be displayed in the menu. REGEXP may also be a
|
which is to be displayed in the menu. REGEXP may also be a
|
||||||
function, called without arguments. It is expected to search
|
function of no arguments. If REGEXP is a function, it is
|
||||||
backwards. It must return true and set `match-data' if it finds
|
expected to search backwards, return non-nil if it finds a
|
||||||
another element.
|
definition construct, and set `match-data' for that construct.
|
||||||
INDEX is an integer specifying which subexpression of REGEXP
|
INDEX is an integer specifying which subexpression of REGEXP
|
||||||
matches the definition's name; this subexpression is displayed as
|
matches the definition's name; this subexpression is displayed as
|
||||||
the menu item.
|
the menu item.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue