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 df05494 10/16: objects are self-qu


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] fix/bug-31311-pcase-doc df05494 10/16: objects are self-quoting, not types
Date: Sun, 13 May 2018 13:16:35 -0400 (EDT)

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

    objects are self-quoting, not types
---
 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 46d6c07..6fffe5e 100644
--- a/doc/lispref/control.texi
+++ b/doc/lispref/control.texi
@@ -395,7 +395,7 @@ Matches if @var{expval} is @code{equal} to @var{val}.
 @itemx @var{string}
 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.
+possible because literal objects of these types are self-quoting.
 
 @item @var{symbol}
 Matches any @var{expval}, and additionally let-binds @var{symbol} to



reply via email to

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