* lisp/emacs-lisp/byte-run.el (inline): Give it a doc.
This commit is contained in:
parent
37a3b4ea40
commit
8d450453fa
1 changed files with 6 additions and 2 deletions
|
@ -286,8 +286,12 @@ The return value is undefined.
|
||||||
|
|
||||||
|
|
||||||
;; Redefined in byte-opt.el.
|
;; Redefined in byte-opt.el.
|
||||||
;; This is not documented--it's not clear that we should promote it.
|
;; This was undocumented and unused for decades.
|
||||||
(fset 'inline 'progn)
|
(defalias 'inline 'progn
|
||||||
|
"Like `progn', but when compiled inline top-level function calls in body.
|
||||||
|
You don't need this. (See bytecomp.el commentary for more details.)
|
||||||
|
|
||||||
|
\(fn BODY...)")
|
||||||
|
|
||||||
;;; Interface to inline functions.
|
;;; Interface to inline functions.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue