Parcourir la source

Fix typo in customization group :tag property

* org-feed.el (org-feed): Fix typo in customization group :tag
property.
David Maus il y a 14 ans
Parent
commit
ba741e9d2e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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