From: Ludovic Courtès Date: Wed, 27 Apr 2011 20:48:20 +0000 (+0200) Subject: Fix typo in `NEWS'. X-Git-Tag: v2.0.1^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6b480ced9c31be3106e675b51afb2dfa4245bd03;p=platform%2Fupstream%2Fguile.git Fix typo in `NEWS'. --- diff --git a/NEWS b/NEWS index cfbc65a3c..df6de65cf 100644 --- a/NEWS +++ b/NEWS @@ -128,7 +128,7 @@ interpreted as starting an R6RS hex escape. This is backward compatible because the symbol printer would never produce a "\x" before. The printer also works better too. -** Added --force-auto-compile option +** Added `--fresh-auto-compile' option This allows a user to invalidate the auto-compilation cache. It's usually not needed. See "Compilation" in the manual, for a discussion.