From 0eeee74fd9a459dd8c04c264c183d80f2d2b98b2 Mon Sep 17 00:00:00 2001 From: Joe Wreschnig Date: Tue, 8 Aug 2017 09:22:58 +0200 Subject: [PATCH] Missed one during s/post/article/. --- README.md | 2 +- pelican-mode.el | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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/. ;; -- 2.20.1