From 615b25c3d1833cb124ca5410f50649443bb1921d Mon Sep 17 00:00:00 2001 From: "Jakob L. Kreuze" Date: Sun, 3 Feb 2019 16:32:22 -0500 Subject: Make package-lint and checkdoc happy --- dired-rmshit.el | 5 +++-- 1 file 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 ;; 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) -- cgit v1.3