[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] 252/352: Rephrase grouping construct \(\) description in doc stri
From: |
Stefan Monnier |
Subject: |
[elpa] 252/352: Rephrase grouping construct \(\) description in doc string |
Date: |
Mon, 07 Jul 2014 14:04:41 +0000 |
monnier pushed a commit to branch master
in repository elpa.
commit 334270fe4e2e458b27dbdb56b792949e5d4d2a54
Author: Teemu Likonen <address@hidden>
Date: Sat Jun 25 08:56:57 2011 +0300
Rephrase grouping construct \(\) description in doc string
---
wcheck-mode.el | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/wcheck-mode.el b/wcheck-mode.el
index 99db3f6..5986b0f 100644
--- a/wcheck-mode.el
+++ b/wcheck-mode.el
@@ -334,9 +334,10 @@ regexp-end
You can't use grouping constructs `\\( ... \\)' in
`regexp-start' because the back reference `\\1' is used for
- separating the body string from the start and end match. You
- can use \"shy\" groups `\\(?: ... \\)' which do not record
- the matched substring. Grouping constructs `\\( ... \\)' are
+ separating the `regexp-body' match string from the
+ `regexp-start' and `regexp-end' match strings. You can use
+ \"shy\" groups `\\(?: ... \\)' which do not record the
+ matched substring. Grouping constructs `\\( ... \\)' are
allowed in `regexp-body' and `regexp-end'. Just note that the
first group and back reference \\1 is already taken.
- [elpa] 235/352: Wcheck-versionumero: 2011.02.20, (continued)
- [elpa] 235/352: Wcheck-versionumero: 2011.02.20, Stefan Monnier, 2014/07/07
- [elpa] 233/352: Uusi ominaisuus: tarkistusohjelman tulosteen jäsennysfunktio, Stefan Monnier, 2014/07/07
- [elpa] 251/352: Clarify the use of regexp-start, -body and -end, Stefan Monnier, 2014/07/07
- [elpa] 241/352: Korjataan wcheck-jump-backward -bugi, Stefan Monnier, 2014/07/07
- [elpa] 239/352: Tyylillistä hienosäätöä funktioon wcheck-make-overlay, Stefan Monnier, 2014/07/07
- [elpa] 243/352: Add README file, Stefan Monnier, 2014/07/07
- [elpa] 250/352: Improve wcheck-language-data doc, Stefan Monnier, 2014/07/07
- [elpa] 244/352: Copy Emacs wiki page's content to new README file, Stefan Monnier, 2014/07/07
- [elpa] 249/352: Fix a typo in wcheck-language-data doc string, Stefan Monnier, 2014/07/07
- [elpa] 253/352: Add \< and \> to regexps in "email" language example, Stefan Monnier, 2014/07/07
- [elpa] 252/352: Rephrase grouping construct \(\) description in doc string,
Stefan Monnier <=
- [elpa] 247/352: Escape \\< with \\=\\< in wcheck-language-data doc string, Stefan Monnier, 2014/07/07
- [elpa] 248/352: Clearer reference to the license text, Stefan Monnier, 2014/07/07
- [elpa] 255/352: Copy examples from wcheck-language-data doc to README, Stefan Monnier, 2014/07/07
- [elpa] 254/352: Rephrase some parts of README, Stefan Monnier, 2014/07/07
- [elpa] 261/352: Merge branch 'action', Stefan Monnier, 2014/07/07
- [elpa] 258/352: README: Move copyright and license text to the end, Stefan Monnier, 2014/07/07
- [elpa] 256/352: Add link to the GPL3 license text in www.gnu.org, Stefan Monnier, 2014/07/07
- [elpa] 260/352: The "args" option can no longer be a string, Stefan Monnier, 2014/07/07
- [elpa] 263/352: README: Add a section about source code repository, Stefan Monnier, 2014/07/07
- [elpa] 264/352: Ensure case-fold-search=t in the example email detect function, Stefan Monnier, 2014/07/07