Missed one during s/post/article/.
authorJoe Wreschnig <joe.wreschnig@gmail.com>
Tue, 8 Aug 2017 07:22:58 +0000 (09:22 +0200)
committerJoe Wreschnig <joe.wreschnig@gmail.com>
Tue, 8 Aug 2017 07:22:58 +0000 (09:22 +0200)
README.md
pelican-mode.el

index a0e13bd..e29499d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-pelican-mode is an Emacs minor mode for editing pages and posts in
+pelican-mode is an Emacs minor mode for editing articles and pages in
 [Pelican][] sites.
 
 It's intended to be used alongside a major mode for the Pelican
index 77fc72d..893fc29 100644 (file)
@@ -25,8 +25,8 @@
 
 ;;; Commentary:
 ;;
-;; pelican-mode is an Emacs minor mode for editing pages and posts in
-;; Pelican sites.  Pelican is a static site generator which can
+;; pelican-mode is an Emacs minor mode for editing articles and pages
+;; in Pelican sites.  Pelican is a static site generator which can
 ;; process a variety of text file formats.  For more information, see
 ;; URL https://blog.getpelican.com/.
 ;;