From 6cbd5aa63b23044c12817e0d442fe7678f6a0754 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 3 Mar 2014 00:20:03 -0800 Subject: Fix bad .TP syntax. --- txr.1 | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/txr.1 b/txr.1 index ca2de82a..8fa6c836 100644 --- a/txr.1 +++ b/txr.1 @@ -5096,7 +5096,8 @@ Examples: [c 1] ;; indexes into vector #(5 6 7) to yield 6 -.TP Dialect Note: +.TP +Dialect Note: In some other Lisp dialects, the improper list syntax is not supported; a function called apply (or similar) must be used for application even if @@ -7999,10 +8000,13 @@ the string returned by get-line, and whose cdr contains the lazy function. .SS Function generate -.TP Syntax: +.TP +Syntax: + (generate ) -.TP Description: +.TP +Description: The generate function produces a lazy list which dynamically produces items according to the following logic. -- cgit v1.2.3