aboutsummaryrefslogtreecommitdiffstats
path: root/obj2str.txi
diff options
context:
space:
mode:
Diffstat (limited to 'obj2str.txi')
-rw-r--r--obj2str.txi9
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