comparison lisp/imenu.el @ 29552:4c89037af077

(imenu-generic-expression): Docstring fix.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 11 Jun 2000 05:31:33 +0000
parents 2e20146198ce
children 5dd0eccb46c5
comparison
equal deleted inserted replaced
29551:0941692cc11e 29552:4c89037af077
185 (MENU-TITLE REGEXP INDEX) 185 (MENU-TITLE REGEXP INDEX)
186 or like this: 186 or like this:
187 (MENU-TITLE REGEXP INDEX FUNCTION ARGUMENTS...) 187 (MENU-TITLE REGEXP INDEX FUNCTION ARGUMENTS...)
188 with zero or more ARGUMENTS. The former format creates a simple element in 188 with zero or more ARGUMENTS. The former format creates a simple element in
189 the index alist when it matches; the latter creates a special element 189 the index alist when it matches; the latter creates a special element
190 of the form (NAME FUNCTION POSITION-MARKER ARGUMENTS...) 190 of the form (NAME POSITION-MARKER FUNCTION ARGUMENTS...)
191 with FUNCTION and ARGUMENTS beiong copied from `imenu-generic-expression'. 191 with FUNCTION and ARGUMENTS copied from `imenu-generic-expression'.
192 192
193 MENU-TITLE is a string used as the title for the submenu or nil if the 193 MENU-TITLE is a string used as the title for the submenu or nil if the
194 entries are not nested. 194 entries are not nested.
195 195
196 REGEXP is a regexp that should match a construct in the buffer that is 196 REGEXP is a regexp that should match a construct in the buffer that is