From 879fa8d0a9557474ebb4f7a6d621433fdf3b1d52 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 13 Jan 2002 02:39:08 +0000 Subject: [PATCH] Comment change. --- lisp/dired.el | 1 + 1 file changed, 1 insertion(+) 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. -- 2.39.5