diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:05:28 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:05:28 -0800 |
commit | 87b82b5822ca54228cfa6df29be3ad9d4bc47d16 (patch) | |
tree | 1eb4f87abd38bea56e08335d939e8171d5e7bfc7 /obj2str.txi | |
parent | bd9733926076885e3417b74de76e4c9c7bc56254 (diff) | |
download | slib-87b82b5822ca54228cfa6df29be3ad9d4bc47d16.tar.gz slib-87b82b5822ca54228cfa6df29be3ad9d4bc47d16.zip |
Import Upstream version 2d2upstream/2d2
Diffstat (limited to 'obj2str.txi')
-rw-r--r-- | obj2str.txi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/obj2str.txi b/obj2str.txi new file mode 100644 index 0000000..83e8b1b --- /dev/null +++ b/obj2str.txi @@ -0,0 +1,9 @@ + +@defun object->string obj +Returns the textual representation of @var{obj} as a string. +@end defun + +@defun object->limited-string obj limit +Returns the textual representation of @var{obj} as a string of length +at most @var{limit}. +@end defun |