aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2016-01-16 15:30:47 +0200
committerEli Zaretskii2016-01-16 15:30:47 +0200
commite48f6dd3f79229d1dca96a691069eba45e90480c (patch)
tree966ede3f66f8626081b1d733ea039f37466e89af /etc
parent6e79b6379fa33aef914211b280d0ee0b08d0339a (diff)
downloademacs-e48f6dd3f79229d1dca96a691069eba45e90480c.tar.gz
emacs-e48f6dd3f79229d1dca96a691069eba45e90480c.zip
Document 'define-inline'
* doc/lispref/functions.texi (Defining Functions): Document 'define-inline' and related macros. * lisp/emacs-lisp/inline.el (inline-letevals): Doc fix.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 40cfef3e075..9b9e693d185 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1425,6 +1425,7 @@ details.
1425It should be placed right where the docstring would be, and FORM is then 1425It should be placed right where the docstring would be, and FORM is then
1426evaluated (and should return a string) when the closure is built. 1426evaluated (and should return a string) when the closure is built.
1427 1427
1428+++
1428** define-inline provides a new way to define inlinable functions. 1429** define-inline provides a new way to define inlinable functions.
1429 1430
1430** New function `macroexpand-1' to perform a single step of macroexpansion. 1431** New function `macroexpand-1' to perform a single step of macroexpansion.