Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
343c3b5a
Commit
343c3b5a
authored
Jul 13, 2011
by
Lars Magne Ingebrigtsen
Browse files
(tags-search): Document `file-list-form'
parent
b0c9af93
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/progmodes/etags.el
lisp/progmodes/etags.el
+5
-1
No files found.
lisp/ChangeLog
View file @
343c3b5a
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)
...
...
lisp/progmodes/etags.el
View file @
343c3b5a
...
...
@@ -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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment