; * lisp/emacs-lisp/cl-macs.el (cl-labels): Fix stray diff marker.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user