projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75d0cef
)
* src/emacs-module.h.in: Add reference to manual.
author
Philipp Stephani
<phst@google.com>
Tue, 24 Dec 2019 08:47:02 +0000
(09:47 +0100)
committer
Philipp Stephani
<phst@google.com>
Tue, 24 Dec 2019 08:47:02 +0000
(09:47 +0100)
src/emacs-module.h.in
patch
|
blob
|
history
diff --git
a/src/emacs-module.h.in
b/src/emacs-module.h.in
index e9d5de495d63cf659a1fb300e620d12a9769713c..5743d10ca43634aebddcf7c2e78b3f758a9866bf 100644
(file)
--- 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