emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 67aeaa7: * records.texi (Record Functions): fix typ


From: Lars Brinkhoff
Subject: [Emacs-diffs] master 67aeaa7: * records.texi (Record Functions): fix typo.
Date: Fri, 7 Apr 2017 00:57:35 -0400 (EDT)

branch: master
commit 67aeaa74af8504f950f653136d749c6dd03a60de
Author: Lars Brinkhoff <address@hidden>
Commit: Lars Brinkhoff <address@hidden>

    * 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 a924baf..2533a8a 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]