emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master fe2e29d: Tweak letrec documentation


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master fe2e29d: Tweak letrec documentation
Date: Wed, 9 Oct 2019 12:42:46 -0400 (EDT)

branch: master
commit fe2e29d29b50b378545632fb730209de6e5532d5
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Tweak letrec documentation
    
    * doc/lispref/variables.texi (Local Variables): Compare letrec to
    let* instead of let.
---
 doc/lispref/variables.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi
index 8d6cc29..02e1563 100644
--- a/doc/lispref/variables.texi
+++ b/doc/lispref/variables.texi
@@ -268,7 +268,7 @@ Compare the following example with the example above for 
@code{let}.
 @end defspec
 
 @defspec letrec (bindings@dots{}) forms@dots{}
-This special form is like @code{let}, but all the variables are bound
+This special form is like @code{let*}, but all the variables are bound
 before any of the local values are computed.  The values are then
 assigned to the locally bound variables.  This is only useful when
 lexical binding is in effect, and you want to create closures that



reply via email to

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