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 5c3da48 01/18: (docstring) [2nd p


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] fix/bug-31311-pcase-doc 5c3da48 01/18: (docstring) [2nd para] use ‘PATTERN’ as proper noun
Date: Tue, 15 May 2018 05:45:51 -0400 (EDT)

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

    (docstring) [2nd para] use ‘PATTERN’ as proper noun
---
 lisp/emacs-lisp/pcase.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lisp/emacs-lisp/pcase.el b/lisp/emacs-lisp/pcase.el
index fff7bb2..1f22330 100644
--- a/lisp/emacs-lisp/pcase.el
+++ b/lisp/emacs-lisp/pcase.el
@@ -114,9 +114,9 @@ For the first CASE whose PATTERN \"matches\" EXPVAL,
 evaluate its CODE..., and return the value of the last form.
 If no CASE has a PATTERN that matches, return nil.
 
-A `pcase' pattern expands, in essence, to a predicate function
-to call on EXPVAL.  When the return value of that call is non-nil,
-the pattern matches.  A pattern can take one of the forms:
+Each PATTERN expands, in essence, to a predicate function to
+call on EXPVAL.  When the return value of that call is non-nil,
+PATTERN matches.  PATTERN can take one of the forms:
 
   _                matches anything.
   \\='VAL             matches if EXPVAL is `equal' to VAL.



reply via email to

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