Mercurial > emacs
changeset 45920:e475ce899bf1
Comment corrected.
author | Francesco Potortì <pot@gnu.org> |
---|---|
date | Thu, 20 Jun 2002 10:05:11 +0000 |
parents | 82005f29044d |
children | d10f7a8678bc |
files | lisp/progmodes/etags.el |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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