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 5c630d9 1/3: in table, move ‘_’ f


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] fix/bug-31311-pcase-doc 5c630d9 1/3: in table, move ‘_’ first
Date: Sat, 12 May 2018 06:48:18 -0400 (EDT)

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

    in table, move ‘_’ first
---
 doc/lispref/control.texi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/lispref/control.texi b/doc/lispref/control.texi
index 5c5c86c..802f6ca 100644
--- a/doc/lispref/control.texi
+++ b/doc/lispref/control.texi
@@ -383,6 +383,10 @@ A U-pattern can have the following forms:
 
 @table @code
 
address@hidden _
+Matches any @var{expval}.
+This is known as @dfn{don't care} or @dfn{wildcard}.
+
 @item '@var{val}
 Matches if @var{expval} is @code{equal} to @var{val}.
 
@@ -393,10 +397,6 @@ Matches if @var{expval} is @code{equal} to the literal 
object.
 This is a special case of @code{'@var{val}}, above,
 possible because these types are self-quoting.
 
address@hidden _
-Matches any @var{expval}.
-This is known as @dfn{don't care} or @dfn{wildcard}.
-
 @item @var{symbol}
 Matches any @var{expval}, and additionally let-binds @var{symbol} to
 @var{expval}, so that you can later refer to it, either in the



reply via email to

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