From: Philipp Stephani Date: Tue, 24 Dec 2019 08:47:02 +0000 (+0100) Subject: * src/emacs-module.h.in: Add reference to manual. X-Git-Tag: emacs-27.0.90~296 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=51ea32dd1294ef7b8fb14ff6f75cf1616d225901;p=emacs.git * src/emacs-module.h.in: Add reference to manual. --- 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 . */ +/* +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