emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r116529: * lisp/imenu.el (imenu--generic-function):


From: Glenn Morris
Subject: [Emacs-diffs] trunk r116529: * lisp/imenu.el (imenu--generic-function): Doc fix.
Date: Sat, 22 Feb 2014 21:20:56 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116529
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2014-02-22 13:20:49 -0800
message:
  * lisp/imenu.el (imenu--generic-function): Doc fix.
  
  * etc/NEWS: Related markup.
modified:
  etc/NEWS                       news-20100311060928-aoit31wvzf25yr1z-1
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/imenu.el                  imenu.el-20091113204419-o5vbwnq5f7feedwu-696
=== modified file 'etc/NEWS'
--- a/etc/NEWS  2014-02-22 21:13:30 +0000
+++ b/etc/NEWS  2014-02-22 21:20:49 +0000
@@ -704,6 +704,7 @@
 *** New option `hi-lock-auto-select-face'.  When non-nil, hi-lock commands
 will cycle through faces in `hi-lock-face-defaults' without prompting.
 
+---
 ** New Imenu option `imenu-generic-skip-comments-and-strings'.
 
 ** Info

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-02-22 21:13:30 +0000
+++ b/lisp/ChangeLog    2014-02-22 21:20:49 +0000
@@ -1,5 +1,7 @@
 2014-02-22  Glenn Morris  <address@hidden>
 
+       * imenu.el (imenu--generic-function): Doc fix.
+
        * register.el (frame-configuration-to-register): Make obsolete.
 
 2014-02-22  Juanma Barranquero  <address@hidden>

=== modified file 'lisp/imenu.el'
--- a/lisp/imenu.el     2014-02-10 01:34:22 +0000
+++ b/lisp/imenu.el     2014-02-22 21:20:49 +0000
@@ -726,8 +726,12 @@
 ;; so it needs to be careful never to loop!
 (defun imenu--generic-function (patterns)
   "Return an index alist of the current buffer based on PATTERNS.
-PATTERNS should be an alist which has the same form as
-`imenu-generic-expression'.
+PATTERNS should be an alist with the same form as `imenu-generic-expression'.
+
+If `imenu-generic-skip-comments-and-strings' is non-nil, this ignores
+text inside comments and strings.
+
+If `imenu-case-fold-search' is non-nil, this ignores case.
 
 The return value is an alist of the form
  (INDEX-NAME . INDEX-POSITION)


reply via email to

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