[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] fix/bug-31311-pcase-doc updated (2eb044b -> 484c3ae)
From: |
Thien-Thi Nguyen |
Subject: |
[Emacs-diffs] fix/bug-31311-pcase-doc updated (2eb044b -> 484c3ae) |
Date: |
Tue, 15 May 2018 05:45:51 -0400 (EDT) |
ttn pushed a change to branch fix/bug-31311-pcase-doc.
from 2eb044b (docstring) move ‘or’ and ‘and’ to end of table
new 5c3da48 (docstring) [2nd para] use ‘PATTERN’ as proper noun
new d5dfe0e expand on SYMBOL
new abf7e6a zonk "side-effecting" Issue comment lines
new 492dd6c use address@hidden, address@hidden as proper noun
new b3fb63e zonk "Depending on the pattern" para (superseded by
SYMBOL expansion)
new 0f1c170 settle on address@hidden pcase’ text
new c0f0f18 zonk later address@hidden introduction (superseded)
new 15378c3 do ‘s/predicate function/predicate/’
new dc4b413 do ‘s/predfun/function/g’
new 0dffb69 (docstring) do s/predicate function/predicate/g,
s/specified/formed/g
new f2610c6 for ‘app’, refine comparison w/ ‘pred’
new ff41db6 (docstring) quote ‘pcase’ in QPAT docstring
new e276ce7 transform ‘guard’ example
new 279d548 transform ‘let’ example
new bd79b06 add anchor/heading to examples; fix typo
new 4ede733 refine example header, grouping
new 5e2eeee transform ‘get-return-code’ example
new 484c3ae add xref to ‘(cl) Conditionals’
Summary of changes:
doc/lispref/control.texi | 332 ++++++++++++++++++++++++++++++++---------------
lisp/emacs-lisp/pcase.el | 14 +-
2 files changed, 233 insertions(+), 113 deletions(-)
- [Emacs-diffs] fix/bug-31311-pcase-doc updated (2eb044b -> 484c3ae),
Thien-Thi Nguyen <=
- [Emacs-diffs] fix/bug-31311-pcase-doc 5c3da48 01/18: (docstring) [2nd para] use ‘PATTERN’ as proper noun, Thien-Thi Nguyen, 2018/05/15
- [Emacs-diffs] fix/bug-31311-pcase-doc 492dd6c 04/18: use address@hidden, address@hidden as proper noun, Thien-Thi Nguyen, 2018/05/15
- [Emacs-diffs] fix/bug-31311-pcase-doc b3fb63e 05/18: zonk "Depending on the pattern" para (superseded by SYMBOL expansion), Thien-Thi Nguyen, 2018/05/15
- [Emacs-diffs] fix/bug-31311-pcase-doc 15378c3 08/18: do ‘s/predicate function/predicate/’, Thien-Thi Nguyen, 2018/05/15
- [Emacs-diffs] fix/bug-31311-pcase-doc f2610c6 11/18: for ‘app’, refine comparison w/ ‘pred’, Thien-Thi Nguyen, 2018/05/15
- [Emacs-diffs] fix/bug-31311-pcase-doc abf7e6a 03/18: zonk "side-effecting" Issue comment lines, Thien-Thi Nguyen, 2018/05/15
- [Emacs-diffs] fix/bug-31311-pcase-doc c0f0f18 07/18: zonk later address@hidden introduction (superseded), Thien-Thi Nguyen, 2018/05/15
- [Emacs-diffs] fix/bug-31311-pcase-doc 0f1c170 06/18: settle on address@hidden pcase’ text, Thien-Thi Nguyen, 2018/05/15
- [Emacs-diffs] fix/bug-31311-pcase-doc dc4b413 09/18: do ‘s/predfun/function/g’, Thien-Thi Nguyen, 2018/05/15
- [Emacs-diffs] fix/bug-31311-pcase-doc 5e2eeee 17/18: transform ‘get-return-code’ example, Thien-Thi Nguyen, 2018/05/15