Explorar el Código

Fix typo in customization group :tag property

* org-feed.el (org-feed): Fix typo in customization group :tag
property.
David Maus hace 14 años
padre
commit
ba741e9d2e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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