From 6c4a43ab84bc20d39128c390d14fba36f668ad98 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 6 May 2012 16:18:57 -0700 Subject: maint: quote 'like this' or "like this", not `like this' See . * ChangeLog-2009, HACKING, NEWS, README-hacking, cfg.mk, configure.ac: * lib/colorize-w32.c, m4/pcre.m4: * src/Makefile.am, src/dfa.c, src/dosbuf.c, src/main.c: * tests/backref, tests/help-version, tests/tests: In commentary, quote 'like this' or "like this" rather than `like this' or ``like this''. * cfg.mk (old_NEWS_hash): Update due to changed old NEWS. * doc/grep.texi (General Output Control): Quote sample text with @samp, not with `...'. * src/main.c (usage): * tests/help-version: Quote 'like this' rather than `like this' in diagnostics. --- m4/pcre.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'm4') diff --git a/m4/pcre.m4 b/m4/pcre.m4 index 42d96f6d..b27f4672 100644 --- a/m4/pcre.m4 +++ b/m4/pcre.m4 @@ -43,5 +43,6 @@ AC_DEFUN([gl_FUNC_PCRE], fi AC_DEFINE_UNQUOTED([HAVE_LIBPCRE], [`test $use_pcre != yes; echo $?`], - [Define to 1 if you have the `pcre' library (-lpcre).]) + [Define to 1 if you have the Perl Compatible Regular Expressions + library (-lpcre).]) ]) -- cgit v1.2.1