* lisp/emacs-lisp/cl-lib.el (cl--defalias): Improve&fix docstring
This commit is contained in:
parent
da8b85b577
commit
a64336cbb9
1 changed files with 1 additions and 2 deletions
|
@ -185,8 +185,7 @@ to an element already in the list stored in PLACE.
|
|||
|
||||
(defun cl--defalias (cl-f el-f &optional doc)
|
||||
"Define function CL-F as definition EL-F.
|
||||
|
||||
For example, (cl--defalias 'cl-first 'car)."
|
||||
Like `defalias' but marks the alias itself as inlinable."
|
||||
(defalias cl-f el-f doc)
|
||||
(put cl-f 'byte-optimizer 'byte-compile-inline-expand))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue