# HG changeset patch # User Francesco Potort # Date 1024567511 0 # Node ID e475ce899bf16790faff5f6af9cec3d84c3a4848 # Parent 82005f29044d8706d7a554bacfd40b5dd4e3fa48 Comment corrected. diff -r 82005f29044d -r e475ce899bf1 lisp/progmodes/etags.el --- a/lisp/progmodes/etags.el Thu Jun 20 08:52:22 2002 +0000 +++ b/lisp/progmodes/etags.el Thu Jun 20 10:05:11 2002 +0000 @@ -1030,11 +1030,11 @@ ;; 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. +;; 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 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