summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2017-01-12 00:46:24 -0800
committerKaz Kylheku <kaz@kylheku.com>2017-01-12 00:46:24 -0800
commit40be9337d126862cd99a460dd473ba65d8885ef4 (patch)
tree0fb3e2f49a16ad8db7fc026a710f9b879dc2a7f9 /txr.1
parent9d8594a8cc5d587dfd9f9a9c71caeb5f16cdf16b (diff)
downloadtxr-40be9337d126862cd99a460dd473ba65d8885ef4.tar.gz
txr-40be9337d126862cd99a460dd473ba65d8885ef4.tar.bz2
txr-40be9337d126862cd99a460dd473ba65d8885ef4.zip
doc: formatting issue in param macros example.
* txr.1: Fix .cble that should be .cblk.
Diffstat (limited to 'txr.1')
-rw-r--r--txr.12
1 files changed, 1 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index 8bb7101c..ade07359 100644
--- a/txr.1
+++ b/txr.1
@@ -28665,7 +28665,7 @@ The above
macro may be used to define a memoized Fibonacci function
as follows:
-.cble
+.cblk
(defun fib (:memo n)
(if (< n 2)
(clamp 0 1 n)