]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment corrected.
authorFrancesco Potortì <pot@gnu.org>
Thu, 20 Jun 2002 10:05:11 +0000 (10:05 +0000)
committerFrancesco Potortì <pot@gnu.org>
Thu, 20 Jun 2002 10:05:11 +0000 (10:05 +0000)
lisp/progmodes/etags.el

index 8fe9d54bbd6e1fbfda2f27dc6e20b5be1c88c562..7956444f761dc63ff5bdf7565ca5ef27f472dc21 100644 (file)
@@ -1030,12 +1030,12 @@ where they were found."
 ;; any member of the function list ORDER (third arg).  If ORDER is nil,
 ;; use saved state to continue a previous search.
 
-;; Fourth arg MATCHING is a string, an English '-ing' word, to be used in
-;; an error message.
-
-;; Fifth arg NEXT-LINE-AFTER-FAILURE-P is non-nil if after a failed match,
+;; Fourth arg NEXT-LINE-AFTER-FAILURE-P is non-nil if after a failed match,
 ;; 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
 ;; beginning of tags file, and perform inner loop: for each naive match for
 ;; PATTERN found using SEARCH-FORWARD-FUNC, qualify the naive match using