X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Fnnweb.el;h=6802484266de867e99273102edff428f8cf702c4;hb=2b20527a87e8e056ed22892bd6e0d249424a0403;hp=e909372e8a742c109ddcf3108d94961d8b5d0e89;hpb=765e0918a9207bc3fb08aa56226ec52cff44fc8a;p=gnus diff --git a/lisp/nnweb.el b/lisp/nnweb.el index e909372e8..680248426 100644 --- a/lisp/nnweb.el +++ b/lisp/nnweb.el @@ -438,7 +438,7 @@ Valid types include `google', `dejanews', and `gmane'.") t) (defun nnweb-google-identity (url) - "Return an unique identifier based on URL." + "Return a unique identifier based on URL." (if (string-match "selm=\\([^ &>]+\\)" url) (match-string 1 url) url))