* records.texi (Record Functions): fix typo.

This commit is contained in:
Lars Brinkhoff 2017-04-07 06:56:52 +02:00
parent 2012839a53
commit 67aeaa74af

View file

@ -56,7 +56,7 @@ and remaining slots are the rest of the arguments, @var{objects}.
@example
@group
(vector 'foo 23 [bar baz] "rats")
(record 'foo 23 [bar baz] "rats")
@result{} #s(foo 23 [bar baz] "rats")
@end group
@end example