From 40be9337d126862cd99a460dd473ba65d8885ef4 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 12 Jan 2017 00:46:24 -0800 Subject: doc: formatting issue in param macros example. * txr.1: Fix .cble that should be .cblk. --- txr.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'txr.1') 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) -- cgit v1.2.3