From ee9522707cf7d40bb18fe4cf63407e522361d46b Mon Sep 17 00:00:00 2001 From: Magnus Henoch Date: Wed, 15 Apr 2009 13:13:09 +0100 Subject: [PATCH] * org-feed.el (org-feed-alist): Mention org-feed-parse-atom-feed and org-feed-parse-atom-entry in the docstring. --- lisp/org-feed.el | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lisp/org-feed.el b/lisp/org-feed.el index 72d1a7a..13fee41 100644 --- a/lisp/org-feed.el +++ b/lisp/org-feed.el @@ -164,12 +164,14 @@ Here are the keyword-value pair allows in `org-feed-alist'. :parse-feed function This function gets passed a buffer, and should return a list of entries, each being a property list containing the `:guid' and `:item-full-text' - keys. The default is `org-feed-parse-rss-feed'. + keys. The default is `org-feed-parse-rss-feed'; `org-feed-parse-atom-feed' + is an alternative. :parse-entry function This function gets passed an entry as returned by the parse-feed function, and should return the entry with interesting properties added. - The default is `org-feed-parse-rss-entry'." + The default is `org-feed-parse-rss-entry'; `org-feed-parse-atom-entry' + is an alternative." :group 'org-feed :type '(repeat (list :value ("" "http://" "" "") -- 1.6.0.2