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 26b1fa0 06/16: say ‘doc’ instead


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] fix/bug-31311-pcase-doc 26b1fa0 06/16: say ‘doc’ instead of ‘docstring’; move before ‘&rest’
Date: Sun, 13 May 2018 13:16:34 -0400 (EDT)

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

    say ‘doc’ instead of ‘docstring’; move before ‘&rest’
---
 doc/lispref/control.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/lispref/control.texi b/doc/lispref/control.texi
index e0780ab..46d6c07 100644
--- a/doc/lispref/control.texi
+++ b/doc/lispref/control.texi
@@ -595,7 +595,7 @@ evaluation results:
 Additional U-patterns can be defined using the @code{pcase-defmacro}
 macro.
 
address@hidden pcase-defmacro name args &rest [docstring] body
address@hidden pcase-defmacro name args [doc] &rest body
 Define a new kind of U-pattern for @code{pcase}.  The new U-pattern will
 be invoked as @code{(@var{name} @var{actual-args})}.  The @var{body}
 should describe how to rewrite the U-pattern @var{name} into some other
@@ -603,7 +603,7 @@ U-pattern.  The rewriting will be the result of evaluating 
@var{body}
 in an environment where @var{args} are bound to @var{actual-args}.
 
 For documentation consistency, use @code{EXPVAL}
-in @var{docstring} to stand for the result of
+in @var{doc}, the docstring, to stand for the result of
 evaluating @var{expression} (first arg to `pcase').
 @end defmac
 



reply via email to

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