From: Joe Wreschnig Date: Tue, 8 Aug 2017 07:22:58 +0000 (+0200) Subject: Missed one during s/post/article/. X-Git-Tag: v20170808~2 X-Git-Url: https://git.korewanetadesu.com/?p=pelican-mode.git;a=commitdiff_plain;h=0eeee74fd9a459dd8c04c264c183d80f2d2b98b2 Missed one during s/post/article/. --- diff --git a/README.md b/README.md index a0e13bd..e29499d 100644 --- 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 diff --git a/pelican-mode.el b/pelican-mode.el index 77fc72d..893fc29 100644 --- a/pelican-mode.el +++ b/pelican-mode.el @@ -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/. ;;