diff options
Diffstat (limited to 'obj2str.txi')
-rw-r--r-- | obj2str.txi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/obj2str.txi b/obj2str.txi index 83e8b1b..9b19f46 100644 --- a/obj2str.txi +++ b/obj2str.txi @@ -3,7 +3,9 @@ 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 + |