summaryrefslogtreecommitdiff
path: root/dired-rmshit.el
diff options
context:
space:
mode:
authorJakob L. Kreuze <jakob@memeware.net>2019-02-03 16:32:22 -0500
committerJakob L. Kreuze <jakob@memeware.net>2019-02-03 16:32:22 -0500
commit615b25c3d1833cb124ca5410f50649443bb1921d (patch)
treee3c075899ebdcf68500bc11517919fa75d270e16 /dired-rmshit.el
parenta9282fc959ca99d1c43e508df73abeecefcf4319 (diff)
Make package-lint and checkdoc happy
Diffstat (limited to 'dired-rmshit.el')
-rw-r--r--dired-rmshit.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/dired-rmshit.el b/dired-rmshit.el
index 4d6ecc7..6acf412 100644
--- a/dired-rmshit.el
+++ b/dired-rmshit.el
@@ -5,7 +5,7 @@
;; Author: Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org>
;; Version: 1.0
;; Package-Requires (dired)
-;; Keywords: dired
+;; Keywords: files matching
;; URL: https://git.sr.ht/~jakob/dired-rmshit
;; This program is free software; you can redistribute it and/or modify
@@ -53,7 +53,8 @@
;;;###autoload
(defun dired-rmshit ()
- "Marks all files in the current dired buffer that match one of
+ "Mark all shitty files in the current dired buffer.
+'Shitty' is defined to be any file with a name matching one of
the patterns in `dired-rmshit-shitty-files'."
(interactive)
(when (eq major-mode 'dired-mode)