1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

; * lisp/emacs-lisp/inline.el (define-inline): Improve wording.

This commit is contained in:
Sean Whitton 2025-10-26 20:30:23 +00:00
parent 9d95d831fd
commit 42dab7e785

View file

@ -137,7 +137,7 @@ used to generate the code inlined at each call site.
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 that you want to use this
compiler macro. This is for the rare case in which you want to use this
macro to define a function that should not be inlined."
;; FIXME: How can this work with CL arglists?
(declare (indent defun) (debug defun) (doc-string 3)