[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] fix/bug-31311-pcase-doc 10de625 2/3: include ‘and’, ‘or’
From: |
Thien-Thi Nguyen |
Subject: |
[Emacs-diffs] fix/bug-31311-pcase-doc 10de625 2/3: include ‘and’, ‘or’ in concept of ‘bigpat’ |
Date: |
Tue, 15 May 2018 10:31:42 -0400 (EDT) |
branch: fix/bug-31311-pcase-doc
commit 10de625e3e11234306b32772fc3557490aef2550
Author: Thien-Thi Nguyen <address@hidden>
Commit: Thien-Thi Nguyen <address@hidden>
include ‘and’, ‘or’ in concept of ‘bigpat’
---
doc/lispref/control.texi | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/doc/lispref/control.texi b/doc/lispref/control.texi
index ab8338a..9044a2b 100644
--- a/doc/lispref/control.texi
+++ b/doc/lispref/control.texi
@@ -581,8 +581,9 @@ the return value of @code{grok/pcase} (@pxref{What Is a
Function}).
@anchor{pcase-symbol-caveats}
@subheading Caveats for @var{symbol} in @var{bigpat}
-The preceding examples all use compound patterns (also known
-as @var{bigpat} in the documentation) which include the @var{symbol}
+The preceding examples all use compound patterns sequenced
+by either @code{and} or @code{or} (also known as @var{bigpat}
+in this manual) which include the @var{symbol}
sub-pattern in some way.
Here are some important details about that usage.