summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2011-04-27 22:48:20 +0200
committerLudovic Courtès <ludo@gnu.org>2011-04-27 22:48:20 +0200
commit6b480ced9c31be3106e675b51afb2dfa4245bd03 (patch)
treec27156b2078eb084f3cbbd4fc300eed1b3bd9a10
parent1aad6647393f3adfa42b1205977e77276fe9773c (diff)
downloadguile-6b480ced9c31be3106e675b51afb2dfa4245bd03.tar.gz
Fix typo in `NEWS'.v2.0.1
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
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.