浏览代码

Fix typo in customization group :tag property

* org-feed.el (org-feed): Fix typo in customization group :tag
property.
David Maus 14 年之前
父节点
当前提交
ba741e9d2e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/org-feed.el

+ 1 - 1
lisp/org-feed.el

@@ -103,7 +103,7 @@
 
 (defgroup org-feed  nil
   "Options concerning RSS feeds as inputs for Org files."
-  :tag "Org ID"
+  :tag "Org Feed"
   :group 'org)
 
 (defcustom org-feed-alist nil