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
b7b893bd
Commit
b7b893bd
authored
Jun 20, 2002
by
Francesco Potortì
Browse files
Comment corrected.
parent
f175bfff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
lisp/progmodes/etags.el
lisp/progmodes/etags.el
+4
-4
No files found.
lisp/progmodes/etags.el
View file @
b7b893bd
...
@@ -1030,12 +1030,12 @@ where they were found."
...
@@ -1030,12 +1030,12 @@ where they were found."
;; any member of the function list ORDER (third arg). If ORDER is nil,
;; any member of the function list ORDER (third arg). If ORDER is nil,
;; use saved state to continue a previous search.
;; use saved state to continue a previous search.
;; Fourth arg MATCHING is a string, an English '-ing' word, to be used in
;; Fourth arg NEXT-LINE-AFTER-FAILURE-P is non-nil if after a failed match,
;; an error message.
;; Fifth arg NEXT-LINE-AFTER-FAILURE-P is non-nil if after a failed match,
;; point should be moved to the next line.
;; point should be moved to the next line.
;; Fifth arg MATCHING is a string, an English '-ing' word, to be used in
;; an error message.
;; Algorithm is as follows. For each qualifier-func in ORDER, go to
;; Algorithm is as follows. For each qualifier-func in ORDER, go to
;; beginning of tags file, and perform inner loop: for each naive match for
;; beginning of tags file, and perform inner loop: for each naive match for
;; PATTERN found using SEARCH-FORWARD-FUNC, qualify the naive match using
;; PATTERN found using SEARCH-FORWARD-FUNC, qualify the naive match using
...
...
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