summaryrefslogtreecommitdiff
path: root/lisp
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
commitf656ec48c3a4f2f164dd0bdb31560c14f191d59d (patch)
treec5a62a9b5336ccccaa6dc65bcf809cccce7692fa /lisp
parent1091853337ed34dc391021a5f41507b24bd498d1 (diff)
downloademacs-f656ec48c3a4f2f164dd0bdb31560c14f191d59d.tar.gz
(dired-flag-garbage-files): Move interactive flag across doc string.
Diffstat (limited to 'lisp')
-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)