From 87b82b5822ca54228cfa6df29be3ad9d4bc47d16 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 20 Feb 2017 00:05:28 -0800 Subject: Import Upstream version 2d2 --- obj2str.txi | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 obj2str.txi (limited to 'obj2str.txi') 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 -- cgit v1.2.3