Browse Source

Fix typo in customization group :tag property

* org-feed.el (org-feed): Fix typo in customization group :tag
property.
David Maus 14 năm trước cách đây
mục cha
commit
ba741e9d2e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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