mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-22 07:09:54 +00:00
; * lisp/emacs-lisp/cl-macs.el (cl-labels): Fix stray diff marker.
This commit is contained in:
parent
8014dbb2ad
commit
5bdc2436c6
@ -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…
Reference in New Issue
Block a user