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: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/etags.el
Date: Fri, 22 Feb 2002 11:25:37 -0500

Index: emacs/lisp/progmodes/etags.el
diff -c emacs/lisp/progmodes/etags.el:1.158 emacs/lisp/progmodes/etags.el:1.159
*** emacs/lisp/progmodes/etags.el:1.158 Sun Dec  2 02:16:37 2001
--- emacs/lisp/progmodes/etags.el       Sat Dec 29 19:52:52 2001
***************
*** 1727,1735 ****
  
  ;;;###autoload
  (defun tags-query-replace (from to &optional delimited file-list-form start 
end)
!   "`Query-replace-regexp' FROM with TO through all files listed in tags table.
  Third arg DELIMITED (prefix arg) means replace only word-delimited matches.
! If you exit (\\[keyboard-quit] or ESC), you can resume the query-replace
  with the command \\[tags-loop-continue].
  
  See documentation of variable `tags-file-name'."
--- 1727,1735 ----
  
  ;;;###autoload
  (defun tags-query-replace (from to &optional delimited file-list-form start 
end)
!   "Do `query-replace-regexp' of FROM with TO on all files listed in tags 
table.
  Third arg DELIMITED (prefix arg) means replace only word-delimited matches.
! If you exit (\\[keyboard-quit], RET or q), you can resume the query replace
  with the command \\[tags-loop-continue].
  
  See documentation of variable `tags-file-name'."



reply via email to

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