]> git.eshelyaron.com Git - emacs.git/commitdiff
* records.texi (Record Functions): fix typo.
authorLars Brinkhoff <lars@nocrew.org>
Fri, 7 Apr 2017 04:56:52 +0000 (06:56 +0200)
committerLars Brinkhoff <lars@nocrew.org>
Fri, 7 Apr 2017 04:56:52 +0000 (06:56 +0200)
doc/lispref/records.texi

index a924bafbb965126434f147471f10d7eb70437050..2533a8a4ca1f5d31b0822e01b3ce381e7ea1cbf5 100644 (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