diff options
| author | Richard M. Stallman | 2002-01-13 02:39:08 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-01-13 02:39:08 +0000 |
| commit | 879fa8d0a9557474ebb4f7a6d621433fdf3b1d52 (patch) | |
| tree | 9b48b5ba3e02072f214e86eefcaf7e97eb7d1b00 | |
| parent | 437dfb9f777e4cacf79985b9fa7858767da4b4c1 (diff) | |
| download | emacs-879fa8d0a9557474ebb4f7a6d621433fdf3b1d52.tar.gz emacs-879fa8d0a9557474ebb4f7a6d621433fdf3b1d52.zip | |
Comment change.
| -rw-r--r-- | lisp/dired.el | 1 |
1 files changed, 1 insertions, 0 deletions
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." | |||
| 2658 | (revert-buffer)) | 2658 | (revert-buffer)) |
| 2659 | 2659 | ||
| 2660 | ;; Some user code loads dired especially for this. | 2660 | ;; Some user code loads dired especially for this. |
| 2661 | ;; Don't do that--use replace-regexp-in-string instead. | ||
| 2661 | (defun dired-replace-in-string (regexp newtext string) | 2662 | (defun dired-replace-in-string (regexp newtext string) |
| 2662 | ;; Replace REGEXP with NEWTEXT everywhere in STRING and return result. | 2663 | ;; Replace REGEXP with NEWTEXT everywhere in STRING and return result. |
| 2663 | ;; NEWTEXT is taken literally---no \\DIGIT escapes will be recognized. | 2664 | ;; NEWTEXT is taken literally---no \\DIGIT escapes will be recognized. |