Add docstring

This commit is contained in:
Bram Schoenmakers 2024-07-02 06:40:35 +02:00
parent 287a6a102a
commit 55f7a1bb81
Signed by: bram
GPG key ID: 0CCD19DFDC63258F

View file

@ -83,7 +83,8 @@ return t when the entry should be kept."
:group 'elfeed-prune
:type '(repeat function))
(defun elfeed-prune--feed-unlisted-p (entry feed)
(defun elfeed-prune--feed-unlisted-p (_ feed)
"Return t when the entry of the given FEED should be pruned."
(not (seq-contains-p (mapcar #'car elfeed-feeds)
(elfeed-feed-url feed)
#'string=)))