mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 06:20:43 -08:00
* doc/lispref/functions.texi (Inline Functions): Fix typo (Bug#30238).
This commit is contained in:
parent
1c2fb04bee
commit
e21f0189f3
1 changed files with 1 additions and 1 deletions
|
|
@ -2093,7 +2093,7 @@ to verify that using @code{defun} actually has performance problems.
|
|||
After an inline function is defined, its inline expansion can be
|
||||
performed later on in the same file, just like macros.
|
||||
|
||||
It's possible to use @code{defsubst} to define a macro to expand
|
||||
It's possible to use @code{defmacro} to define a macro to expand
|
||||
into the same code that an inline function would execute
|
||||
(@pxref{Macros}). But the macro would be limited to direct use in
|
||||
expressions---a macro cannot be called with @code{apply},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue