emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] fix/bug-3133-pcase-doc 9449c39 11/13: pxref ‘Lambda Expre


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] fix/bug-3133-pcase-doc 9449c39 11/13: pxref ‘Lambda Expressions’
Date: Fri, 11 May 2018 12:50:52 -0400 (EDT)

branch: fix/bug-3133-pcase-doc
commit 9449c3946f158819ebbdb771074cf03aeb1aef08
Author: Thien-Thi Nguyen <address@hidden>
Commit: Thien-Thi Nguyen <address@hidden>

    pxref ‘Lambda Expressions’
---
 doc/lispref/control.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/lispref/control.texi b/doc/lispref/control.texi
index 6df050e..5c5c86c 100644
--- a/doc/lispref/control.texi
+++ b/doc/lispref/control.texi
@@ -451,7 +451,7 @@ In this case, the named function is applied to @var{expval}.
 
 @item lambda expression, e.g., @code{(lambda (n) (= 42 n))}
 In this case, the lambda expression is called with one argument,
address@hidden
address@hidden (@pxref{Lambda Expressions}).
 
 @item function call with @var{n} args, e.g., @code{(= 42)}
 This is a function call with @var{n} specified arguments; the function



reply via email to

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