doc: clean up quotation style in NEWS.

* NEWS (2.5): For multi-character tokens in example grammar rules,
use "token" not 'token'.  In English, use a consistent quotation
style; we might as well follow the precedent seen in info pages:
`quote' not "quote".
(cherry picked from commit ac3297d501)
This commit is contained in:
Joel E. Denny
2011-05-01 10:22:39 -04:00
parent 9fc4c025fd
commit 4b568fc020
2 changed files with 19 additions and 11 deletions

View File

@@ -1,3 +1,11 @@
2011-05-01 Joel E. Denny <joeldenny@joeldenny.org>
doc: clean up quotation style in NEWS.
* NEWS (2.5): For multi-character tokens in example grammar rules,
use "token" not 'token'. In English, use a consistent quotation
style; we might as well follow the precedent seen in info pages:
`quote' not "quote".
2011-04-16 Joel E. Denny <joeldenny@joeldenny.org>
tests: pacify gcc 4.6.0's -Wunused-but-set-variable.