emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/imenu.el


From: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/lisp/imenu.el
Date: Thu, 02 Oct 2003 05:44:50 -0400

Index: emacs/lisp/imenu.el
diff -c emacs/lisp/imenu.el:1.95 emacs/lisp/imenu.el:1.96
*** emacs/lisp/imenu.el:1.95    Mon Sep  1 11:45:13 2003
--- emacs/lisp/imenu.el Thu Oct  2 05:44:50 2003
***************
*** 751,756 ****
--- 751,759 ----
  
  PATTERNS is an alist with elements that look like this:
   (MENU-TITLE REGEXP INDEX).
+ or like this:
+  (MENU-TITLE REGEXP INDEX FUNCTION ARGUMENTS...)
+ with zero or more ARGUMENTS.
  
  MENU-TITLE is a string used as the title for the submenu or nil if the
  entries are not nested.
***************
*** 766,774 ****
  See `lisp-imenu-generic-expression' for an example of PATTERNS.
  
  Returns an index of the current buffer as an alist.  The elements in
! the alist look like: (INDEX-NAME . INDEX-POSITION).  They may also be
! nested index lists like (INDEX-NAME . INDEX-ALIST) depending on
! PATTERNS."
  
    (let ((index-alist (list 'dummy))
        prev-pos beg
--- 769,781 ----
  See `lisp-imenu-generic-expression' for an example of PATTERNS.
  
  Returns an index of the current buffer as an alist.  The elements in
! the alist look like:
!  (INDEX-NAME . INDEX-POSITION)
! or like:
!  (INDEX-NAME INDEX-POSITION FUNCTION ARGUMENTS...)
! They may also be nested index alists like: 
!  (INDEX-NAME . INDEX-ALIST)
! depending on PATTERNS."
  
    (let ((index-alist (list 'dummy))
        prev-pos beg




reply via email to

[Prev in Thread] Current Thread [Next in Thread]