emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/dired-aux.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/dired-aux.el
Date: Sat, 29 Dec 2001 19:53:22 -0500

Index: emacs/lisp/dired-aux.el
diff -c emacs/lisp/dired-aux.el:1.95 emacs/lisp/dired-aux.el:1.96
*** emacs/lisp/dired-aux.el:1.95        Thu Dec 20 13:36:08 2001
--- emacs/lisp/dired-aux.el     Sat Dec 29 19:53:22 2001
***************
*** 2004,2010 ****
  (defun dired-do-query-replace-regexp (from to &optional delimited)
    "Do `query-replace-regexp' of FROM with TO, on all marked files.
  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]."
    (interactive
     "sQuery replace in marked files (regexp): \nsQuery replace %s by: \nP")
--- 2004,2010 ----
  (defun dired-do-query-replace-regexp (from to &optional delimited)
    "Do `query-replace-regexp' of FROM with TO, on all marked files.
  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]."
    (interactive
     "sQuery replace in marked files (regexp): \nsQuery replace %s by: \nP")



reply via email to

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