diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-04-11 18:56:16 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-04-11 18:56:16 -0700 |
commit | 1a019b6e17d52ce1ba53da5d6be038c6301a4b62 (patch) | |
tree | 828b0eeed7ca952bb6b1867e1f1ad58c4fc4b8e9 /txr.1 | |
parent | b43d605b8986b8ef2edd11abf7ed5b7e4313d318 (diff) | |
download | txr-1a019b6e17d52ce1ba53da5d6be038c6301a4b62.tar.gz txr-1a019b6e17d52ce1ba53da5d6be038c6301a4b62.tar.bz2 txr-1a019b6e17d52ce1ba53da5d6be038c6301a4b62.zip |
* txr.1: Fix misleading comment example.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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). |