diff options
| author | Philipp Stephani | 2019-12-24 09:47:02 +0100 |
|---|---|---|
| committer | Philipp Stephani | 2019-12-24 09:47:02 +0100 |
| commit | 51ea32dd1294ef7b8fb14ff6f75cf1616d225901 (patch) | |
| tree | 1ca69dacea730fc6f689df096f5d6cce594d8173 /src | |
| parent | 75d0cef20dbc522e6217a5765f21bfa841aff89b (diff) | |
| download | emacs-51ea32dd1294ef7b8fb14ff6f75cf1616d225901.tar.gz emacs-51ea32dd1294ef7b8fb14ff6f75cf1616d225901.zip | |
* src/emacs-module.h.in: Add reference to manual.
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs-module.h.in | 6 |
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. | |||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ | 18 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 19 | 19 | ||
| 20 | /* | ||
| 21 | This file defines the Emacs module API. Please see the chapter | ||
| 22 | `Dynamic Modules' in the GNU Emacs Lisp Reference Manual for | ||
| 23 | information 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 | ||