diff options
Diffstat (limited to 'lisp/gnus/gnus-fun.el')
-rw-r--r-- | lisp/gnus/gnus-fun.el | 3 |
1 files changed, 2 insertions, 1 deletions
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 |