From ea1b7d53d2a166ced296d4049bb55f94c78f92ad Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 3 Jan 2026 17:31:15 +0200 Subject: [PATCH] ; * lisp/emacs-lisp/inline.el (define-inline): Fix Info link (bug#80122). --- lisp/emacs-lisp/inline.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/inline.el b/lisp/emacs-lisp/inline.el index 9a1faaca126..25be0dd9c40 100644 --- a/lisp/emacs-lisp/inline.el +++ b/lisp/emacs-lisp/inline.el @@ -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