# HG changeset patch # User Stefan Monnier # Date 960701493 0 # Node ID 4c89037af077c74804dcef33d04658fcfd63b4e8 # Parent 0941692cc11eeb85881d9322e1e2bb3b1e49595a (imenu-generic-expression): Docstring fix. diff -r 0941692cc11e -r 4c89037af077 lisp/imenu.el --- a/lisp/imenu.el Sun Jun 11 05:30:20 2000 +0000 +++ b/lisp/imenu.el Sun Jun 11 05:31:33 2000 +0000 @@ -187,8 +187,8 @@ (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.