summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLars Brinkhoff <lars@nocrew.org>2017-04-07 06:56:52 +0200
committerLars Brinkhoff <lars@nocrew.org>2017-04-07 06:56:52 +0200
commit67aeaa74af8504f950f653136d749c6dd03a60de (patch)
tree3d9bf8c4a139afd1d0fc96895153ba888b567908 /doc
parent2012839a53a5c4877832e2b09091ce28ea29abc4 (diff)
downloademacs-67aeaa74af8504f950f653136d749c6dd03a60de.tar.gz
* records.texi (Record Functions): fix typo.
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}.
@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