summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2016-04-07 23:21:56 -0700
committerKaz Kylheku <kaz@kylheku.com>2016-04-07 23:21:56 -0700
commit5ad640af33990a8b837380a19c6cc06140c15103 (patch)
tree1cdebca24d75e2934ef4e2b03d95cfd7ef77699a /txr.1
parent47d502973684de66bca6f1ecb25eccfd4dc456cf (diff)
downloadtxr-5ad640af33990a8b837380a19c6cc06140c15103.tar.gz
txr-5ad640af33990a8b837380a19c6cc06140c15103.tar.bz2
txr-5ad640af33990a8b837380a19c6cc06140c15103.zip
Example formatting under Dot Position in Function Calls.
* txr.1: Just some whitespace for alignment of comments.
Diffstat (limited to 'txr.1')
-rw-r--r--txr.14
1 files changed, 2 insertions, 2 deletions
diff --git a/txr.1 b/txr.1
index a750fd66..7a945e65 100644
--- a/txr.1
+++ b/txr.1
@@ -10072,9 +10072,9 @@ Examples:
(cons a . b) ;; error: cons isn't variadic.
(cons a b . c) ;; error: cons requires exactly two arguments.
- [foo a b . c] ;; calls (foo 3 4 5 6 7)
+ [foo a b . c] ;; calls (foo 3 4 5 6 7)
- [c 1] ;; indexes into vector #(5 6 7) to yield 6
+ [c 1] ;; indexes into vector #(5 6 7) to yield 6
(call (op list 1 . @1) 2) ;; yields 2
.cble