diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-12-07 09:17:40 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-12-07 09:17:40 -0800 |
commit | bf486523ab87ce43d5cc880fd0e2dd5f48cd819b (patch) | |
tree | d7c944d9c804ea36f21999cec3b89b52c119d83e /txr.1 | |
parent | 35b83a9039898856776d1237a151f29cbce28a2f (diff) | |
download | txr-bf486523ab87ce43d5cc880fd0e2dd5f48cd819b.tar.gz txr-bf486523ab87ce43d5cc880fd0e2dd5f48cd819b.tar.bz2 txr-bf486523ab87ce43d5cc880fd0e2dd5f48cd819b.zip |
* txr.1: Blank sections created for character functions.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -4858,6 +4858,34 @@ The following are Lisp functions and variables built-in to TXR. .SS Function chrp +.SS Function chr-isalnum + +.SS Function chr-isalpha + +.SS Function chr-isascii + +.SS Function chr-iscntrl + +.SS Function chr-isdigit + +.SS Function chr-isgraph + +.SS Function chr-islower + +.SS Function chr-isprint + +.SS Function chr-ispunct + +.SS Function chr-isspace + +.SS Function chr-isupper + +.SS Function chr-isxdigit + +.SS Function chr-toupper + +.SS Function chr-tolower + .SS Function chr-str .SS Function chr-str-set |