projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c2fb04
)
* doc/lispref/functions.texi (Inline Functions): Fix typo (Bug#30238).
author
Noam Postavsky
<npostavs@gmail.com>
Wed, 31 Jan 2018 04:02:05 +0000
(23:02 -0500)
committer
Noam Postavsky
<npostavs@gmail.com>
Fri, 2 Feb 2018 00:26:40 +0000
(19:26 -0500)
doc/lispref/functions.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/functions.texi
b/doc/lispref/functions.texi
index 277a42d2c2f84c31fbded9a815754df257edcfcc..b53d1f0bb904b0a25d5c332682b4582340941d6e 100644
(file)
--- a/
doc/lispref/functions.texi
+++ b/
doc/lispref/functions.texi
@@
-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{def
subst
} to define a macro to expand
+ It's possible to use @code{def
macro
} 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},