; * lisp/emacs-lisp/cl-macs.el (cl-labels): Fix stray diff marker.
This commit is contained in:
parent
8014dbb2ad
commit
5bdc2436c6
1 changed files with 1 additions and 1 deletions
|
@ -2203,7 +2203,7 @@ Like `cl-flet' but the definitions can refer to previous ones.
|
|||
;;;###autoload
|
||||
(defmacro cl-labels (bindings &rest body)
|
||||
"Make local (recursive) function definitions.
|
||||
+BINDINGS is a list of definitions of the form (FUNC ARGLIST BODY...) where
|
||||
BINDINGS is a list of definitions of the form (FUNC ARGLIST BODY...) where
|
||||
FUNC is the function name, ARGLIST its arguments, and BODY the
|
||||
forms of the function body. FUNC is defined in any BODY, as well
|
||||
as FORM, so you can write recursive and mutually recursive
|
||||
|
|
Loading…
Add table
Reference in a new issue