Update calls to the `core.publish_*()` convenience functions.
[docutils.git] / docutils / tools / editors / emacs / README.txt
blob260e85f70ef7827bc21987739009436b5aa10bf6
1 .. -*- coding: utf-8 -*-
3 =====================
4  Emacs Support Files
5 =====================
7 :Date: $Date$
9 This directory contains the following Emacs lisp package files:
11 * `<rst.el>`_: Emacs support for reStructuredText_.  This file contains a
12   major mode that provides:
14   * Section decoration/adornment creation and updating (M. Blais);
15   * Table-of-contents mode and insertion (M. Blais);
16   * Font-lock syntax highlighting (S. Merten);
17   * Some handy editing functions (D. Goodger).
18   * Some functions for converting rest documents from within emacs (M. Blais).
20 * `<tests/>`_ subdirectory: automated tests for some of the features in rst.el.
21   Please make sure the tests pass if you change the LISP code.  Just type "make"
22   to run the tests.
24 To install the package, put a copy of the package file in a directory on your
25 ``load-path`` (use ``C-h v load-path`` to check).
27 For setup and usage details, see `Emacs Support for reStructuredText
28 <../../../docs/user/emacs.html>`_.
30 .. _reStructuredText: https://docutils.sourceforge.io/rst.html