mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-17 00:30:37 -08:00
; * lisp/emacs-lisp/inline.el (define-inline): Fix Info link (bug#80122).
This commit is contained in:
parent
04112d04f2
commit
ea1b7d53d2
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ After VARS is handled, BODY is evaluated in the new environment."
|
|||
This is halfway between `defmacro' and `defun'. BODY is used as a blueprint
|
||||
both for the body of the function and for the body of the compiler-macro
|
||||
used to generate the code inlined at each call site.
|
||||
See Info node `(elisp)Inline Functions for more details.
|
||||
See Info node `(elisp)Inline Functions' for more details.
|
||||
|
||||
A (noinline t) in the `declare' form prevents the definition of the
|
||||
compiler macro. This is for the rare case in which you want to use this
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue