]> git.eshelyaron.com Git - emacs.git/commitdiff
(tags-search): Document `file-list-form'
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Wed, 13 Jul 2011 14:20:45 +0000 (16:20 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Wed, 13 Jul 2011 14:20:45 +0000 (16:20 +0200)
lisp/ChangeLog
lisp/progmodes/etags.el

index 3baec994c6edc54c7f1f1b3a8dded7e94866b7e1..717ad6d94f5909b5e34d21640628594381f66c8a 100644 (file)
@@ -1,3 +1,8 @@
+2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * progmodes/etags.el (tags-search): Document `file-list-form'
+       (bug#4731).
+
 2011-07-13  Lawrence Mitchell  <wence@gmx.li>
 
        * net/browse-url.el (browse-url-default-browser)
index 8abf298bb7660b19285229432cf7b0ba984f950f..385adf1af0a11092546058a126ffe73b8da026a7 100644 (file)
@@ -1860,7 +1860,11 @@ nil, we exit; otherwise we scan the next file."
 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)