1
Fork 0
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:
Eli Zaretskii 2026-01-03 17:31:15 +02:00
parent 04112d04f2
commit ea1b7d53d2

View file

@ -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