summaryrefslogtreecommitdiff
path: root/HACKING
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 /HACKING
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 'HACKING')
-rw-r--r--HACKING4
1 files changed, 2 insertions, 2 deletions
diff --git a/HACKING b/HACKING
index be399050..6d21d0f7 100644
--- a/HACKING
+++ b/HACKING
@@ -593,5 +593,5 @@ Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
any later version published by the Free Software Foundation; with no
Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
-Texts. A copy of the license is included in the ``GNU Free
-Documentation License'' file as part of this distribution.
+Texts. A copy of the license is included in the "GNU Free
+Documentation License" file as part of this distribution.