summaryrefslogtreecommitdiff
path: root/README-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 /README-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 'README-hacking')
-rw-r--r--README-hacking2
1 files changed, 1 insertions, 1 deletions
diff --git a/README-hacking b/README-hacking
index 0fc66bf0..7b4970d9 100644
--- a/README-hacking
+++ b/README-hacking
@@ -18,7 +18,7 @@ Valgrind <http://valgrind.org/> is also highly recommended, if
Valgrind supports your architecture. See also README-valgrind.
While building from a just-cloned source tree may require installing a
-few prerequisites, later, a plain `git pull && make' should be sufficient.
+few prerequisites, later, a plain 'git pull && make' should be sufficient.
* First GIT checkout