emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/etags.el


From: Francesco Potortì
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/etags.el
Date: Thu, 20 Jun 2002 06:05:12 -0400

Index: emacs/lisp/progmodes/etags.el
diff -c emacs/lisp/progmodes/etags.el:1.165 emacs/lisp/progmodes/etags.el:1.166
*** emacs/lisp/progmodes/etags.el:1.165 Mon May 20 14:48:33 2002
--- emacs/lisp/progmodes/etags.el       Thu Jun 20 06:05:11 2002
***************
*** 1030,1040 ****
  ;; 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,
  ;; point should be moved to the next line.
  
  ;; 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
--- 1030,1040 ----
  ;; any member of the function list ORDER (third arg).  If ORDER is nil,
  ;; use saved state to continue a previous search.
  
! ;; 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]