diff options
author | Katsumi Yamaoka <yamaoka@jpl.org> | 2010-08-30 06:21:33 +0000 |
---|---|---|
committer | Katsumi Yamaoka <yamaoka@jpl.org> | 2010-08-30 06:21:33 +0000 |
commit | 0b10e43782149b24e36e03b7d286929f619e1fab (patch) | |
tree | 8ecf14487e183158bb6f69d8f8cc03737480c2f8 /lisp/gnus/nnrss.el | |
parent | b1992461d756e25b86912411a0ac9ea94d57cb12 (diff) | |
download | emacs-0b10e43782149b24e36e03b7d286929f619e1fab.tar.gz emacs-0b10e43782149b24e36e03b7d286929f619e1fab.tar.bz2 emacs-0b10e43782149b24e36e03b7d286929f619e1fab.zip |
gnus-summary-idna-message, nnrss-normalize-date, nnrss-discover-feed: Hyperlink urls in docstrings with URL `...' by Kevin Ryde <user42@zip.com.au>.
2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
* gnus-sum.el (gnus-summary-idna-message):
* nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
Hyperlink urls in docstrings with URL `...'.
Diffstat (limited to 'lisp/gnus/nnrss.el')
-rw-r--r-- | lisp/gnus/nnrss.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gnus/nnrss.el b/lisp/gnus/nnrss.el index db1df33757c..b0f77b09da8 100644 --- a/lisp/gnus/nnrss.el +++ b/lisp/gnus/nnrss.el @@ -498,7 +498,7 @@ nnrss: %s: Not valid XML %s and w3-parse doesn't work %s" (defun nnrss-normalize-date (date) "Return a date string of DATE in the RFC822 style. This function handles the ISO 8601 date format described in -<URL:http://www.w3.org/TR/NOTE-datetime>, and also the RFC822 style +URL `http://www.w3.org/TR/NOTE-datetime', and also the RFC822 style which RSS 2.0 allows." (let (case-fold-search vector year month day time zone cts given) (cond ((null date)) ; do nothing for this case @@ -1012,7 +1012,7 @@ whether they are `offsite' or `onsite'." (defun nnrss-discover-feed (url) "Given a page, find an RSS feed using Mark Pilgrim's -`ultra-liberal rss locator' (http://diveintomark.org/2002/08/15.html)." +`ultra-liberal rss locator' (URL `http://diveintomark.org/2002/08/15.html')." (let ((parsed-page (nnrss-fetch url))) |