X-Git-Url: https://git.korewanetadesu.com/?p=pelican-mode.git;a=blobdiff_plain;f=pelican-mode.el;h=1de4db34450e99d2e83c3aff33e1285b66ac000d;hp=804f288e00cb25b5d2327f09bc4670bf7831e7c9;hb=677ddbc98da226c94f29adbe7be3657956dd4d58;hpb=4dfce47d66561680157026878202ec60f81b4cee diff --git a/pelican-mode.el b/pelican-mode.el index 804f288..1de4db3 100644 --- a/pelican-mode.el +++ b/pelican-mode.el @@ -29,9 +29,11 @@ ;; process a variety of text file formats. For more information, see ;; URL https://blog.getpelican.com/. ;; -;; It's intended to be used alongside `markdown-mode' or `rst-mode'. -;; It also assumes you've set up Pelican with ``pelican-quickstart'' -;; or something like it. In particular it assumes: +;; It's intended to be used alongside a major mode for the Pelican +;; document. Currently supported formats are Markdown, +;; reStructuredText, AsciiDoc, and Org. It also assumes you've set up +;; Pelican with ``pelican-quickstart'' or something like it. In +;; particular it expects: ;; ;; * The existence of ``pelicanconf.py'' and ``Makefile'' in some ;; ancestor directory.