]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/emacs-lisp/cl-macs.el (cl-labels): Fix stray diff marker.
authorRobert Pluim <rpluim@gmail.com>
Wed, 20 Mar 2024 08:33:37 +0000 (09:33 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sun, 24 Mar 2024 14:13:09 +0000 (15:13 +0100)
(cherry picked from commit 5bdc2436c649ccc897a548a8e553244f58168216)

lisp/emacs-lisp/cl-macs.el

index 129b83c61b90b423f55e530a908f1df714d3686e..ab31946d8ab63f22aa760d3fabef1ea891139793 100644 (file)
@@ -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