aboutsummaryrefslogtreecommitdiffstats
path: root/obj2str.txi
diff options
context:
space:
mode:
Diffstat (limited to 'obj2str.txi')
-rw-r--r--obj2str.txi17
1 files changed, 17 insertions, 0 deletions
diff --git a/obj2str.txi b/obj2str.txi
new file mode 100644
index 0000000..3ab34dc
--- /dev/null
+++ b/obj2str.txi
@@ -0,0 +1,17 @@
+
+
+
+@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