summaryrefslogtreecommitdiff
path: root/lisp/gnus/nnsoup.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/gnus/nnsoup.el')
-rw-r--r--lisp/gnus/nnsoup.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/nnsoup.el b/lisp/gnus/nnsoup.el
index 22147dfbce0..99edd79b6dd 100644
--- a/lisp/gnus/nnsoup.el
+++ b/lisp/gnus/nnsoup.el
@@ -399,7 +399,7 @@ backend for the messages.")
prefix))
(defun nnsoup-file-name (dir file)
- "Return the full path of FILE (in any case) in DIR."
+ "Return the full name of FILE (in any case) in DIR."
(let* ((case-fold-search t)
(files (directory-files dir t))
(regexp (concat (regexp-quote file) "$")))