emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r105161: (tags-search): Document `fil


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105161: (tags-search): Document `file-list-form'
Date: Wed, 13 Jul 2011 16:20:45 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105161
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Wed 2011-07-13 16:20:45 +0200
message:
  (tags-search): Document `file-list-form'
modified:
  lisp/ChangeLog
  lisp/progmodes/etags.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-07-13 13:49:55 +0000
+++ b/lisp/ChangeLog    2011-07-13 14:20:45 +0000
@@ -1,3 +1,8 @@
+2011-07-13  Lars Magne Ingebrigtsen  <address@hidden>
+
+       * progmodes/etags.el (tags-search): Document `file-list-form'
+       (bug#4731).
+
 2011-07-13  Lawrence Mitchell  <address@hidden>
 
        * net/browse-url.el (browse-url-default-browser)

=== modified file 'lisp/progmodes/etags.el'
--- a/lisp/progmodes/etags.el   2011-05-28 02:10:32 +0000
+++ b/lisp/progmodes/etags.el   2011-07-13 14:20:45 +0000
@@ -1860,7 +1860,11 @@
 Stops when a match is found.
 To continue searching for next match, use command \\[tags-loop-continue].
 
-See documentation of variable `tags-file-name'."
+If `file-list-form' is non-nil, it should be a form that, when
+evaluated, will return a list of file names.  The search will be
+restricted to these files.
+
+Aleso see the documentation of the `tags-file-name' variable."
   (interactive "sTags search (regexp): ")
   (if (and (equal regexp "")
           (eq (car tags-loop-scan) 're-search-forward)


reply via email to

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