emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/record 3a8cda6: Fix typo.


From: Lars Brinkhoff
Subject: [Emacs-diffs] scratch/record 3a8cda6: Fix typo.
Date: Wed, 29 Mar 2017 03:16:40 -0400 (EDT)

branch: scratch/record
commit 3a8cda6c420d9c4b1a06d858bc1c9d31766351f2
Author: Lars Brinkhoff <address@hidden>
Commit: Lars Brinkhoff <address@hidden>

    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 14b7715..9a5d900 100644
--- a/doc/lispref/records.texi
+++ b/doc/lispref/records.texi
@@ -70,7 +70,7 @@ This function returns a new record with type @var{type} and
 
 @defun copy-record record
 This function returns a shallow copy of @var{record}.  The copy is the
-same type of as the original record, and it has the same slots in the
+same type as the original record, and it has the same slots in the
 same order.
 
   Storing a new slot into the copy does not affect the original



reply via email to

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