X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fgnus.git-;a=blobdiff_plain;f=lisp%2Fnnsoup.el;h=4d9d8840531c6ba4c7b6506f5fe76c877981bf2f;hp=e4c8271ccdb516a0a75fd5ef83e4e9d4f7b32ed8;hb=f1206324939866662415ab655e7c134369f46c63;hpb=c9a326c848f0dcecef01c33349a96b1d1da44163 diff --git a/lisp/nnsoup.el b/lisp/nnsoup.el index e4c8271..4d9d884 100644 --- a/lisp/nnsoup.el +++ b/lisp/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) "$")))