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 | 84c278007db055b5d6081d20b8f6652c3c4a17a0 (patch) | |
tree | 0fb3e2f49a16ad8db7fc026a710f9b879dc2a7f9 | |
parent | ee74cac565a64d58f513d71a7a9a3e1b1555ca68 (diff) | |
download | txr-84c278007db055b5d6081d20b8f6652c3c4a17a0.tar.gz txr-84c278007db055b5d6081d20b8f6652c3c4a17a0.tar.bz2 txr-84c278007db055b5d6081d20b8f6652c3c4a17a0.zip |
doc: formatting issue in param macros example.
* txr.1: Fix .cble that should be .cblk.
-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) |