浏览代码

Fix typos

Carsten Dominik 16 年之前
父节点
当前提交
2bab9d8a67
共有 1 个文件被更改,包括 2 次插入2 次删除
  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
 ;;  With this setup, the command `M-x org-feed-update-all' will
 ;;  collect new entries in the feed at the given URL and create
 ;;  collect new entries in the feed at the given URL and create
 ;;  entries as subheadings under the "ReQall Entries" heading in the
 ;;  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
 ;;  Besides these standard elements that need to be specified for each
 ;;  feed,, keyword-value pairs can set additional options.  For example,
 ;;  feed,, keyword-value pairs can set additional options.  For example,
@@ -65,7 +65,7 @@
 ;;       (if (string-match "reQall is typing what you said"
 ;;       (if (string-match "reQall is typing what you said"
 ;;                         (plist-get e :title))
 ;;                         (plist-get e :title))
 ;;           nil
 ;;           nil
-;;         e)
+;;         e))
 ;;
 ;;
 ;;  See the docstring for `org-feed-alist' for more details.
 ;;  See the docstring for `org-feed-alist' for more details.
 ;;
 ;;