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 24b02d2 08/16: (docstring) zonk in


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] fix/bug-31311-pcase-doc 24b02d2 08/16: (docstring) zonk inline Issue
Date: Sun, 13 May 2018 13:16:35 -0400 (EDT)

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

    (docstring) zonk inline Issue
    
    resolution: sub-patterns can be anything; "of either category" is fine
---
 lisp/emacs-lisp/pcase.el | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/lisp/emacs-lisp/pcase.el b/lisp/emacs-lisp/pcase.el
index 4c18055..ab55121 100644
--- a/lisp/emacs-lisp/pcase.el
+++ b/lisp/emacs-lisp/pcase.el
@@ -145,11 +145,7 @@ FUN can refer to variables bound earlier in the pattern.
 
 On the other hand, a structural pattern specifies a template,
 and allows for elements of that template to be either constants
-or sub-patterns (of either category).
-
- Issue: Is ``of either category'' correct?
-
-A structural pattern
+or sub-patterns (of either category).  A structural pattern
 begins with `backquote' and logical sub-pattern elements are
 introduced by a comma.  For example:
 



reply via email to

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