diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | txr.1 | 3 |
2 files changed, 6 insertions, 1 deletions
@@ -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 @@ -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). |