From c78e16962e63895d340f80cf245fad568a7da770 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Fri, 24 Sep 2021 14:46:56 +0200 Subject: ; Adjust overly long docstrings to fit 80 characters --- lisp/gnus/gnus-fun.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lisp/gnus/gnus-fun.el') diff --git a/lisp/gnus/gnus-fun.el b/lisp/gnus/gnus-fun.el index bfc57a2d605..0754d7aa7b8 100644 --- a/lisp/gnus/gnus-fun.el +++ b/lisp/gnus/gnus-fun.el @@ -97,7 +97,8 @@ PNG format." ;;;###autoload (defun gnus--random-face-with-type (dir ext omit fun) - "Return file from DIR with extension EXT, omitting matches of OMIT, processed by FUN." + "Return file from DIR with extension EXT. +Omit matches of OMIT, and process them by FUN." (when (file-exists-p dir) (let* ((files (remove nil (mapcar -- cgit v1.2.3