diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2000-06-11 05:34:05 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2000-06-11 05:34:05 +0000 |
commit | 70223ca45de140e28d29f476a96d84d02661ff62 (patch) | |
tree | f2d180104cbbc39b52d36fa9630e10945b2dbbda /lisp/imenu.el | |
parent | 61dc47f5dcb2b7b20403270106f220a82bc8a243 (diff) | |
download | emacs-70223ca45de140e28d29f476a96d84d02661ff62.tar.gz |
(imenu-generic-expression): Docstring fix.
Diffstat (limited to 'lisp/imenu.el')
-rw-r--r-- | lisp/imenu.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/imenu.el b/lisp/imenu.el index 64a5bd9941f..393a1967ac1 100644 --- a/lisp/imenu.el +++ b/lisp/imenu.el @@ -187,8 +187,8 @@ or like this: (MENU-TITLE REGEXP INDEX FUNCTION ARGUMENTS...) with zero or more ARGUMENTS. The former format creates a simple element in the index alist when it matches; the latter creates a special element -of the form (NAME FUNCTION POSITION-MARKER ARGUMENTS...) -with FUNCTION and ARGUMENTS beiong copied from `imenu-generic-expression'. +of the form (NAME POSITION-MARKER FUNCTION ARGUMENTS...) +with FUNCTION and ARGUMENTS copied from `imenu-generic-expression'. MENU-TITLE is a string used as the title for the submenu or nil if the entries are not nested. |