emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 51ea32d: * src/emacs-module.h.in: Add reference to manual.


From: Philipp Stephani
Subject: emacs-27 51ea32d: * src/emacs-module.h.in: Add reference to manual.
Date: Tue, 24 Dec 2019 03:50:51 -0500 (EST)

branch: emacs-27
commit 51ea32dd1294ef7b8fb14ff6f75cf1616d225901
Author: Philipp Stephani <address@hidden>
Commit: Philipp Stephani <address@hidden>

    * src/emacs-module.h.in: Add reference to manual.
---
 src/emacs-module.h.in | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/emacs-module.h.in b/src/emacs-module.h.in
index e9d5de4..5743d10 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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]