/[emacs]/emacs/lisp/progmodes/etags.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/etags.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.165 by monnier, Mon May 20 18:48:33 2002 UTC revision 1.166 by pot, Thu Jun 20 10:05:11 2002 UTC
# Line 1030  where they were found." Line 1030  where they were found."
1030  ;; 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,
1031  ;; use saved state to continue a previous search.  ;; use saved state to continue a previous search.
1032    
1033  ;; 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,  
1034  ;; point should be moved to the next line.  ;; point should be moved to the next line.
1035    
1036    ;; Fifth arg MATCHING is a string, an English '-ing' word, to be used in
1037    ;; an error message.
1038    
1039  ;; Algorithm is as follows.  For each qualifier-func in ORDER, go to  ;; Algorithm is as follows.  For each qualifier-func in ORDER, go to
1040  ;; 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
1041  ;; PATTERN found using SEARCH-FORWARD-FUNC, qualify the naive match using  ;; PATTERN found using SEARCH-FORWARD-FUNC, qualify the naive match using

Legend:
Removed from v.1.165  
changed lines
  Added in v.1.166

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26