summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-05-06 16:18:57 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2012-05-06 16:19:33 -0700
commit6c4a43ab84bc20d39128c390d14fba36f668ad98 (patch)
tree9cfcc3572f0a4fbe5751e69d7c61ac705b6257b4 /lib
parent58195fabc7559541b3736400e08e901011acd61f (diff)
downloadgrep-6c4a43ab84bc20d39128c390d14fba36f668ad98.tar.gz
maint: quote 'like this' or "like this", not `like this'
See <http://lists.gnu.org/archive/html/bug-grep/2012-01/msg00125.html>. * 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.
Diffstat (limited to 'lib')
-rw-r--r--lib/colorize-w32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/colorize-w32.c b/lib/colorize-w32.c
index 7341fe20..3fcd317c 100644
--- a/lib/colorize-w32.c
+++ b/lib/colorize-w32.c
@@ -173,7 +173,7 @@ print_start_colorize (char const *sgr_start, char const *sgr_seq)
/* Clear to the end of the current line with the default attribute.
This is needed for reasons similar to those that require the "EL to
Right after SGR" operation on Posix platforms: if we don't do this,
- setting the `mt', `ms', or `mc' capabilities to use a non-default
+ setting the 'mt', 'ms', or 'mc' capabilities to use a non-default
background color spills that color to the empty space at the end of
the last screen line in a match whose line spans multiple screen
lines. */