File: obj2str.txi

package info (click to toggle)
slib 3b1-4
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 5,060 kB
  • ctags: 2,432
  • sloc: lisp: 30,036; makefile: 1,152; sh: 372
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