1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-27 10:54:40 +00:00

Comment change.

This commit is contained in:
Richard M. Stallman 2002-01-13 02:39:08 +00:00
parent 437dfb9f77
commit 879fa8d0a9

View File

@ -2658,6 +2658,7 @@ With a prefix argument you can edit the current listing switches instead."
(revert-buffer))
;; Some user code loads dired especially for this.
;; Don't do that--use replace-regexp-in-string instead.
(defun dired-replace-in-string (regexp newtext string)
;; Replace REGEXP with NEWTEXT everywhere in STRING and return result.
;; NEWTEXT is taken literally---no \\DIGIT escapes will be recognized.