[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Clarify `pcase' `rx' pattern doc
From: |
Andreas Schwab |
Subject: |
Re: Clarify `pcase' `rx' pattern doc |
Date: |
Wed, 13 Jun 2018 09:33:02 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) |
On Jun 13 2018, Michael Heerdegen <address@hidden> wrote:
> diff --git a/lisp/emacs-lisp/rx.el b/lisp/emacs-lisp/rx.el
> index 85e74f28ef..fa2a0898d6 100644
> --- a/lisp/emacs-lisp/rx.el
> +++ b/lisp/emacs-lisp/rx.el
> @@ -1183,24 +1183,25 @@ rx
>
>
> (pcase-defmacro rx (&rest regexps)
> - "Build a `pcase' pattern matching `rx' regexps.
> -The REGEXPS are interpreted as by `rx'. The pattern matches if
> -the regular expression so constructed matches EXPVAL, as if
> -by `string-match'.
> + "`pcase' pattern matching strings using `rx' REGEXPS.
This sentence no verb. What's wrong with the original version? At
least it should start with a capitalized word.
Andreas.
--
Andreas Schwab, SUSE Labs, address@hidden
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."
Re: Clarify `pcase' `rx' pattern doc, Michael Heerdegen, 2018/06/18