Browse Source

Fix typos

Carsten Dominik 16 years ago
parent
commit
2bab9d8a67
1 changed files with 2 additions and 2 deletions
  1. 2 2
      lisp/org-feed.el

+ 2 - 2
lisp/org-feed.el

@@ -45,7 +45,7 @@
 ;;  With this setup, the command `M-x org-feed-update-all' will
 ;;  collect new entries in the feed at the given URL and create
 ;;  entries as subheadings under the "ReQall Entries" heading in the
-;;  file "~/org.feeds.org".  Each feed needs to have its own heading.
+;;  file "~/org-feeds.org".  Each feed needs to have its own heading.
 ;;
 ;;  Besides these standard elements that need to be specified for each
 ;;  feed,, keyword-value pairs can set additional options.  For example,
@@ -65,7 +65,7 @@
 ;;       (if (string-match "reQall is typing what you said"
 ;;                         (plist-get e :title))
 ;;           nil
-;;         e)
+;;         e))
 ;;
 ;;  See the docstring for `org-feed-alist' for more details.
 ;;