From: Richard M. Stallman Date: Sun, 13 Jan 2002 02:39:08 +0000 (+0000) Subject: Comment change. X-Git-Tag: ttn-vms-21-2-B4~17192 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=879fa8d0a9557474ebb4f7a6d621433fdf3b1d52;p=emacs.git Comment change. --- diff --git a/lisp/dired.el b/lisp/dired.el index 0ad019a321d..d3f657c4005 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -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.