aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/records.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/records.texi b/doc/lispref/records.texi
index a924bafbb96..2533a8a4ca1 100644
--- a/doc/lispref/records.texi
+++ b/doc/lispref/records.texi
@@ -56,7 +56,7 @@ and remaining slots are the rest of the arguments, @var{objects}.
56 56
57@example 57@example
58@group 58@group
59(vector 'foo 23 [bar baz] "rats") 59(record 'foo 23 [bar baz] "rats")
60 @result{} #s(foo 23 [bar baz] "rats") 60 @result{} #s(foo 23 [bar baz] "rats")
61@end group 61@end group
62@end example 62@end example