File: obj2str.txi

package info (click to toggle)
slib 3b1-5
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 5,108 kB
  • ctags: 2,480
  • sloc: lisp: 30,036; makefile: 1,440; sh: 364
file content (11 lines) | stat: -rw-r--r-- 244 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11

@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