From: Robert Pluim Date: Wed, 20 Mar 2024 08:33:37 +0000 (+0100) Subject: ; * lisp/emacs-lisp/cl-macs.el (cl-labels): Fix stray diff marker. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0c8a5a9310aa1a0fd19d54724170c20aa3e2e81b;p=emacs.git ; * lisp/emacs-lisp/cl-macs.el (cl-labels): Fix stray diff marker. (cherry picked from commit 5bdc2436c649ccc897a548a8e553244f58168216) --- diff --git a/lisp/emacs-lisp/cl-macs.el b/lisp/emacs-lisp/cl-macs.el index 129b83c61b9..ab31946d8ab 100644 --- a/lisp/emacs-lisp/cl-macs.el +++ b/lisp/emacs-lisp/cl-macs.el @@ -2250,7 +2250,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