aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThien-Thi Nguyen2018-05-15 14:20:44 +0200
committerThien-Thi Nguyen2018-05-15 14:20:44 +0200
commit10de625e3e11234306b32772fc3557490aef2550 (patch)
tree7f8f97654fdf9add684b8b4b7df3de3e86614d73
parentb5f07bc35eb5a5d6807ba1613380ce1190a27d3f (diff)
downloademacs-10de625e3e11234306b32772fc3557490aef2550.tar.gz
emacs-10de625e3e11234306b32772fc3557490aef2550.zip
include ‘and’, ‘or’ in concept of ‘bigpat’
-rw-r--r--doc/lispref/control.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/lispref/control.texi b/doc/lispref/control.texi
index ab8338a88e1..9044a2b8a2c 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}).
581@anchor{pcase-symbol-caveats} 581@anchor{pcase-symbol-caveats}
582@subheading Caveats for @var{symbol} in @var{bigpat} 582@subheading Caveats for @var{symbol} in @var{bigpat}
583 583
584The preceding examples all use compound patterns (also known 584The preceding examples all use compound patterns sequenced
585as @var{bigpat} in the documentation) which include the @var{symbol} 585by either @code{and} or @code{or} (also known as @var{bigpat}
586in this manual) which include the @var{symbol}
586sub-pattern in some way. 587sub-pattern in some way.
587Here are some important details about that usage. 588Here are some important details about that usage.
588 589