maint.mk: revert most of the previous change re "all these"
authorJim Meyering <meyering@redhat.com>
Mon, 11 Jun 2012 09:32:54 +0000 (11:32 +0200)
committerJim Meyering <meyering@redhat.com>
Mon, 11 Jun 2012 09:38:23 +0000 (11:38 +0200)
* top/maint.mk (prohibit_undesirable_word_seq_RE_): Remove that pair.
For rationale, see the discussion at
http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/30912

ChangeLog
top/maint.mk

index e7eebc7..aa35679 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2012-06-11  Jim Meyering  <meyering@redhat.com>
+
+       maint.mk: revert most of the previous change re "all these"
+       * top/maint.mk (prohibit_undesirable_word_seq_RE_): Remove that pair.
+       For rationale, see the discussion at
+       http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/30912
+
 2012-06-10  Karl Berry  <karl@gnu.org>
 
        * build-aux/gnupload: with --dry-run, do not ask for gpg pw.
index bcdbe01..f0b889b 100644 (file)
@@ -948,7 +948,7 @@ sc_prohibit_doubled_word:
 bad_xref_re_ ?= (?:[\w,:;] +|(?:see|also)\s+)\@xref\{
 bad_pxref_re_ ?= (?:[.!?]|(?:see|also))\s+\@pxref\{
 prohibit_undesirable_word_seq_RE_ ?=                                   \
-  /(?:\bcan\s+not\b|\ball these\b|$(bad_xref_re_)|$(bad_pxref_re_))/gims
+  /(?:\bcan\s+not\b|$(bad_xref_re_)|$(bad_pxref_re_))/gims
 prohibit_undesirable_word_seq_ =                                       \
     -e 'while ($(prohibit_undesirable_word_seq_RE_))'                  \
     $(perl_filename_lineno_text_)