]> gitweb.fperrin.net Git - atom.el.git/commitdiff
Fix documentation
authorFrédéric Perrin <fred@fperrin.net>
Tue, 26 Mar 2024 19:59:09 +0000 (19:59 +0000)
committerFrédéric Perrin <fred@fperrin.net>
Tue, 26 Mar 2024 19:59:09 +0000 (19:59 +0000)
atom.el

diff --git a/atom.el b/atom.el
index c4224b85680ae273b942936da6236319ce99bd89..86fea4ced90990f28681eddee54c110025beb2b7 100644 (file)
--- a/atom.el
+++ b/atom.el
@@ -47,7 +47,7 @@
 ;;
 ;;   (atom-print my-atom-feed)
 ;;   ;; If you prefer RSS feeds:
-;;   (atom-to-rss-print my-atom-feed))
+;;   (atom-print-as-rss my-atom-feed))
 
 ;; Full documentation is available at <http://tar-jx.bz/code/atom.html>.