summaryrefslogtreecommitdiffstats
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
commit84c278007db055b5d6081d20b8f6652c3c4a17a0 (patch)
tree0fb3e2f49a16ad8db7fc026a710f9b879dc2a7f9
parentee74cac565a64d58f513d71a7a9a3e1b1555ca68 (diff)
downloadtxr-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.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)