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:
parent
9d95d831fd
commit
42dab7e785
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue