aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLute Kamstra2003-10-02 09:45:16 +0000
committerLute Kamstra2003-10-02 09:45:16 +0000
commit61567afa43ca1862e15cdbab37f2c555b198a984 (patch)
tree2eb2ce013a869d81b0c15fbdf06c05e833631b3a
parentcfdd394e98bc7870f7b4cc8224e9f719c297dc2e (diff)
downloademacs-61567afa43ca1862e15cdbab37f2c555b198a984.tar.gz
emacs-61567afa43ca1862e15cdbab37f2c555b198a984.zip
(imenu--generic-function): Docstring fix.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/imenu.el13
2 files changed, 15 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8ef4f9b8090..139b9f9131e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -31,6 +31,11 @@
31 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow 31 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
32 bootstrap. 32 bootstrap.
33 33
342003-10-01 Lute Kamstra <Lute.Kamstra@cwi.nl>
35
36 * files.el: Fix typo.
37 * imenu.el (imenu--generic-function): Docstring fix.
38
342003-09-30 Richard M. Stallman <rms@gnu.org> 392003-09-30 Richard M. Stallman <rms@gnu.org>
35 40
36 * dired.el (dired-mode): Handle dired-directory as a list. 41 * dired.el (dired-mode): Handle dired-directory as a list.
diff --git a/lisp/imenu.el b/lisp/imenu.el
index 63da70f0923..42f50fba3a4 100644
--- a/lisp/imenu.el
+++ b/lisp/imenu.el
@@ -751,6 +751,9 @@ for modes which use `imenu--generic-function'. If it is not set, but
751 751
752PATTERNS is an alist with elements that look like this: 752PATTERNS is an alist with elements that look like this:
753 (MENU-TITLE REGEXP INDEX). 753 (MENU-TITLE REGEXP INDEX).
754or like this:
755 (MENU-TITLE REGEXP INDEX FUNCTION ARGUMENTS...)
756with zero or more ARGUMENTS.
754 757
755MENU-TITLE is a string used as the title for the submenu or nil if the 758MENU-TITLE is a string used as the title for the submenu or nil if the
756entries are not nested. 759entries are not nested.
@@ -766,9 +769,13 @@ function, variable or type) that is to appear in the menu.
766See `lisp-imenu-generic-expression' for an example of PATTERNS. 769See `lisp-imenu-generic-expression' for an example of PATTERNS.
767 770
768Returns an index of the current buffer as an alist. The elements in 771Returns an index of the current buffer as an alist. The elements in
769the alist look like: (INDEX-NAME . INDEX-POSITION). They may also be 772the alist look like:
770nested index lists like (INDEX-NAME . INDEX-ALIST) depending on 773 (INDEX-NAME . INDEX-POSITION)
771PATTERNS." 774or like:
775 (INDEX-NAME INDEX-POSITION FUNCTION ARGUMENTS...)
776They may also be nested index alists like:
777 (INDEX-NAME . INDEX-ALIST)
778depending on PATTERNS."
772 779
773 (let ((index-alist (list 'dummy)) 780 (let ((index-alist (list 'dummy))
774 prev-pos beg 781 prev-pos beg