summaryrefslogtreecommitdiff
path: root/src/emacs-module.h.in
diff options
context:
space:
mode:
authorPhilipp Stephani <phst@google.com>2019-12-24 09:47:02 +0100
committerPhilipp Stephani <phst@google.com>2019-12-24 09:47:02 +0100
commit51ea32dd1294ef7b8fb14ff6f75cf1616d225901 (patch)
tree1ca69dacea730fc6f689df096f5d6cce594d8173 /src/emacs-module.h.in
parent75d0cef20dbc522e6217a5765f21bfa841aff89b (diff)
downloademacs-51ea32dd1294ef7b8fb14ff6f75cf1616d225901.tar.gz
* src/emacs-module.h.in: Add reference to manual.
Diffstat (limited to 'src/emacs-module.h.in')
-rw-r--r--src/emacs-module.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/emacs-module.h.in b/src/emacs-module.h.in
index e9d5de495d6..5743d10ca43 100644
--- a/src/emacs-module.h.in
+++ b/src/emacs-module.h.in
@@ -17,6 +17,12 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
+/*
+This file defines the Emacs module API. Please see the chapter
+`Dynamic Modules' in the GNU Emacs Lisp Reference Manual for
+information how to write modules and use this header file.
+*/
+
#ifndef EMACS_MODULE_H
#define EMACS_MODULE_H