aboutsummaryrefslogtreecommitdiffstats
path: root/coerce.txi
diff options
context:
space:
mode:
Diffstat (limited to 'coerce.txi')
-rw-r--r--coerce.txi2
1 files changed, 2 insertions, 0 deletions
diff --git a/coerce.txi b/coerce.txi
index 4b7f6b0..a039ded 100644
--- a/coerce.txi
+++ b/coerce.txi
@@ -4,9 +4,11 @@
Returns a symbol name for the type of @var{obj}.
@end defun
+
@defun coerce obj result-type
Converts and returns @var{obj} of type @code{char}, @code{number},
@code{string}, @code{symbol}, @code{list}, or @code{vector} to
@var{result-type} (which must be one of these symbols).
@end defun
+