summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--txr.13
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1499ed54..598e046a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-11 Kaz Kylheku <kaz@kylheku.com>
+
+ * txr.1: Fix misleading comment example.
+
2012-04-10 Kaz Kylheku <kaz@kylheku.com>
Adding patch to MPI to disable its Makefile so people don't try
diff --git a/txr.1 b/txr.1
index a62a3d41..704e9b45 100644
--- a/txr.1
+++ b/txr.1
@@ -1147,7 +1147,8 @@ comments are introduced just by a ; character.
Example:
@(foo ; this is a comment
- bar) ; this is another comment
+ bar ; this is another comment
+ )
This is equivalent to @(foo bar).