diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-01-12 00:46:24 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-01-12 00:46:24 -0800 |
commit | 40be9337d126862cd99a460dd473ba65d8885ef4 (patch) | |
tree | 0fb3e2f49a16ad8db7fc026a710f9b879dc2a7f9 /txr.1 | |
parent | 9d8594a8cc5d587dfd9f9a9c71caeb5f16cdf16b (diff) | |
download | txr-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.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |