0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 22:37:47 +00:00

Fix typo in customization group :tag property

* org-feed.el (org-feed): Fix typo in customization group :tag
property.
This commit is contained in:
David Maus 2010-09-15 11:36:17 +02:00
parent 1caba219da
commit ba741e9d2e

View file

@ -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