aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Stephani2019-12-24 09:47:02 +0100
committerPhilipp Stephani2019-12-24 09:47:02 +0100
commit51ea32dd1294ef7b8fb14ff6f75cf1616d225901 (patch)
tree1ca69dacea730fc6f689df096f5d6cce594d8173
parent75d0cef20dbc522e6217a5765f21bfa841aff89b (diff)
downloademacs-51ea32dd1294ef7b8fb14ff6f75cf1616d225901.tar.gz
emacs-51ea32dd1294ef7b8fb14ff6f75cf1616d225901.zip
* src/emacs-module.h.in: Add reference to manual.
-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.
17You should have received a copy of the GNU General Public License 17You should have received a copy of the GNU General Public License
18along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ 18along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
19 19
20/*
21This file defines the Emacs module API. Please see the chapter
22`Dynamic Modules' in the GNU Emacs Lisp Reference Manual for
23information how to write modules and use this header file.
24*/
25
20#ifndef EMACS_MODULE_H 26#ifndef EMACS_MODULE_H
21#define EMACS_MODULE_H 27#define EMACS_MODULE_H
22 28