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 2b1cc77 9/9: drop "Here, " from ‘


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] fix/bug-31311-pcase-doc 2b1cc77 9/9: drop "Here, " from ‘evaluate’ explanation
Date: Thu, 17 May 2018 06:41:58 -0400 (EDT)

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

    drop "Here, " from ‘evaluate’ explanation
---
 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 550c5bf..018df24 100644
--- a/doc/lispref/control.texi
+++ b/doc/lispref/control.texi
@@ -852,7 +852,7 @@ requires lexical binding, @pxref{Lexical Binding}):
 @end example
 
 @noindent
-Here, the first three clauses use backquote-style patterns.
+The first three clauses use backquote-style patterns.
 @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



reply via email to

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