summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-09-06 22:22:24 +0000
committerRichard M. Stallman <rms@gnu.org>1997-09-06 22:22:24 +0000
commit5dc398182cc007afe135fcc53cd6cf9e292bd81b (patch)
tree329c39d1cdbf528e0074446a96221ff537a61fdd
parent17a2e2ed05d84a0f33f8365865896b40e03a485d (diff)
downloademacs-5dc398182cc007afe135fcc53cd6cf9e292bd81b.tar.gz
(dired-flag-garbage-files): Move interactive flag across doc string.
-rw-r--r--lisp/dired.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dired.el b/lisp/dired.el
index f01349a361a..118c4c8bdee 100644
--- a/lisp/dired.el
+++ b/lisp/dired.el
@@ -2170,8 +2170,8 @@ A prefix argument says to unflag those files instead."
"*Regular expression to match \"garbage\" files for `dired-flag-garbage-files'.")
(defun dired-flag-garbage-files ()
- (interactive)
"Flag for deletion all files that match `dired-garbage-files-regexp'."
+ (interactive)
(dired-flag-files-regexp dired-garbage-files-regexp))
(defun dired-flag-backup-files (&optional unflag-p)