diff options
| author | Eli Zaretskii | 2016-01-16 15:30:47 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2016-01-16 15:30:47 +0200 |
| commit | e48f6dd3f79229d1dca96a691069eba45e90480c (patch) | |
| tree | 966ede3f66f8626081b1d733ea039f37466e89af /etc | |
| parent | 6e79b6379fa33aef914211b280d0ee0b08d0339a (diff) | |
| download | emacs-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/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -1425,6 +1425,7 @@ details. | |||
| 1425 | It should be placed right where the docstring would be, and FORM is then | 1425 | It should be placed right where the docstring would be, and FORM is then |
| 1426 | evaluated (and should return a string) when the closure is built. | 1426 | evaluated (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. |