diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-03-03 00:20:03 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-03-03 00:20:03 -0800 |
commit | 6cbd5aa63b23044c12817e0d442fe7678f6a0754 (patch) | |
tree | 234359def6d278f3298a8dae94fc4b379a4acb33 | |
parent | e19df24ea8f88e8795f139267a675035c11bbd90 (diff) | |
download | txr-6cbd5aa63b23044c12817e0d442fe7678f6a0754.tar.gz txr-6cbd5aa63b23044c12817e0d442fe7678f6a0754.tar.bz2 txr-6cbd5aa63b23044c12817e0d442fe7678f6a0754.zip |
Fix bad .TP syntax.
-rw-r--r-- | txr.1 | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -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 <while-fun> <gen-fun>) -.TP Description: +.TP +Description: The generate function produces a lazy list which dynamically produces items according to the following logic. |