From 67aeaa74af8504f950f653136d749c6dd03a60de Mon Sep 17 00:00:00 2001 From: Lars Brinkhoff Date: Fri, 7 Apr 2017 06:56:52 +0200 Subject: [PATCH] * records.texi (Record Functions): fix typo. --- doc/lispref/records.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}. @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 -- 2.39.2