diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-09-06 22:22:24 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-09-06 22:22:24 +0000 |
commit | f656ec48c3a4f2f164dd0bdb31560c14f191d59d (patch) | |
tree | c5a62a9b5336ccccaa6dc65bcf809cccce7692fa | |
parent | 1091853337ed34dc391021a5f41507b24bd498d1 (diff) | |
download | emacs-f656ec48c3a4f2f164dd0bdb31560c14f191d59d.tar.gz |
(dired-flag-garbage-files): Move interactive flag across doc string.
-rw-r--r-- | lisp/dired.el | 2 |
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) |