emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 5bdc2436c64: ; * lisp/emacs-lisp/cl-macs.el (cl-labels): Fix st


From: Robert Pluim
Subject: emacs-29 5bdc2436c64: ; * lisp/emacs-lisp/cl-macs.el (cl-labels): Fix stray diff marker.
Date: Wed, 20 Mar 2024 04:40:56 -0400 (EDT)

branch: emacs-29
commit 5bdc2436c649ccc897a548a8e553244f58168216
Author: Robert Pluim <rpluim@gmail.com>
Commit: Robert Pluim <rpluim@gmail.com>

    ; * lisp/emacs-lisp/cl-macs.el (cl-labels): Fix stray diff marker.
---
 lisp/emacs-lisp/cl-macs.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/cl-macs.el b/lisp/emacs-lisp/cl-macs.el
index 949b3284782..732deda618d 100644
--- a/lisp/emacs-lisp/cl-macs.el
+++ b/lisp/emacs-lisp/cl-macs.el
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]