From: Francesco Potortì Date: Thu, 20 Jun 2002 10:05:11 +0000 (+0000) Subject: Comment corrected. X-Git-Tag: ttn-vms-21-2-B4~14533 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b7b893bd8847d6d33f4ffcba52764850173d54b3;p=emacs.git Comment corrected. --- diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el index 8fe9d54bbd6..7956444f761 100644 --- a/lisp/progmodes/etags.el +++ b/lisp/progmodes/etags.el @@ -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