diff options
| author | Eli Zaretskii | 2015-11-21 12:49:57 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2015-11-21 12:49:57 +0200 |
| commit | 3858b7949fdf5af8dd94cefc5a2684ad285e2cdf (patch) | |
| tree | f7e4566d0b46d076166bb13d6c6200e089819174 /src/alloc.c | |
| parent | 2299267805bbf5ece023908922383677b5d4a44b (diff) | |
| download | emacs-3858b7949fdf5af8dd94cefc5a2684ad285e2cdf.tar.gz emacs-3858b7949fdf5af8dd94cefc5a2684ad285e2cdf.zip | |
Improve documentation of dynamic modules
* src/fns.c (Frequire): Doc fix to include the dynamic module
support.
* src/lread.c (Fload, Vload_suffixes): Doc fixes to include the
dynamic module support.
(Fload): Treat the module suffix the same as '*.el' and '*.elc'
wrt the MUST-SUFFIX argument.
* etc/NEWS: Expand documentation of dynamically loaded modules.
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c index 53f974533a8..ad3f5235480 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -3712,7 +3712,7 @@ make_event_array (ptrdiff_t nargs, Lisp_Object *args) | |||
| 3712 | } | 3712 | } |
| 3713 | 3713 | ||
| 3714 | #ifdef HAVE_MODULES | 3714 | #ifdef HAVE_MODULES |
| 3715 | /* Create a new module user ptr object. */ | 3715 | /* Create a new module user ptr object. */ |
| 3716 | Lisp_Object | 3716 | Lisp_Object |
| 3717 | make_user_ptr (void (*finalizer) (void*), void *p) | 3717 | make_user_ptr (void (*finalizer) (void*), void *p) |
| 3718 | { | 3718 | { |