emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] fix/bug-31311-pcase-doc 30a7b23 4/9: make para following


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] fix/bug-31311-pcase-doc 30a7b23 4/9: make para following ‘evaluate’ code a continuation
Date: Thu, 17 May 2018 06:41:57 -0400 (EDT)

branch: fix/bug-31311-pcase-doc
commit 30a7b233a869cc4d86caeb91482e876fa1eb9f9b
Author: Thien-Thi Nguyen <address@hidden>
Commit: Thien-Thi Nguyen <address@hidden>

    make para following ‘evaluate’ code a continuation
---
 doc/lispref/control.texi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/lispref/control.texi b/doc/lispref/control.texi
index 8289e23..e3c3568 100644
--- a/doc/lispref/control.texi
+++ b/doc/lispref/control.texi
@@ -819,6 +819,7 @@ requires lexical binding, @pxref{Lexical Binding}):
     (_                  (error "Syntax error: %S" form))))
 @end example
 
address@hidden
 Here @code{`(add ,x ,y)} is a pattern that checks that @code{form} is a
 three-element list starting with the literal symbol @code{add}, then
 extracts the second and third elements and binds them to the variables



reply via email to

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