summaryrefslogtreecommitdiffstats
path: root/txr.1
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 /txr.1
parentb43d605b8986b8ef2edd11abf7ed5b7e4313d318 (diff)
downloadtxr-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.13
1 files changed, 2 insertions, 1 deletions
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).