From 343c3b5a4ed1e8cab5ca6dde473c3a151364dd2b Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Wed, 13 Jul 2011 16:20:45 +0200 Subject: [PATCH] (tags-search): Document `file-list-form' --- lisp/ChangeLog | 5 +++++ lisp/progmodes/etags.el | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3baec994c6e..717ad6d94f5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2011-07-13 Lars Magne Ingebrigtsen + + * progmodes/etags.el (tags-search): Document `file-list-form' + (bug#4731). + 2011-07-13 Lawrence Mitchell * net/browse-url.el (browse-url-default-browser) diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el index 8abf298bb76..385adf1af0a 100644 --- a/lisp/progmodes/etags.el +++ b/lisp/progmodes/etags.el @@ -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) -- 2.39.2