mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
; * 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
|
;;;###autoload
|
||||||
(defmacro cl-labels (bindings &rest body)
|
(defmacro cl-labels (bindings &rest body)
|
||||||
"Make local (recursive) function definitions.
|
"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
|
FUNC is the function name, ARGLIST its arguments, and BODY the
|
||||||
forms of the function body. FUNC is defined in any BODY, as well
|
forms of the function body. FUNC is defined in any BODY, as well
|
||||||
as FORM, so you can write recursive and mutually recursive
|
as FORM, so you can write recursive and mutually recursive
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue