summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-04-11 18:56:16 -0700
committerKaz Kylheku <kaz@kylheku.com>2012-04-11 18:56:16 -0700
commit1a019b6e17d52ce1ba53da5d6be038c6301a4b62 (patch)
tree828b0eeed7ca952bb6b1867e1f1ad58c4fc4b8e9
parentb43d605b8986b8ef2edd11abf7ed5b7e4313d318 (diff)
downloadtxr-1a019b6e17d52ce1ba53da5d6be038c6301a4b62.tar.gz
txr-1a019b6e17d52ce1ba53da5d6be038c6301a4b62.tar.bz2
txr-1a019b6e17d52ce1ba53da5d6be038c6301a4b62.zip
* txr.1: Fix misleading comment example.
-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).