[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 7ef20e0c811 2/2: Minor fixes of last change
From: |
Eli Zaretskii |
Subject: |
master 7ef20e0c811 2/2: Minor fixes of last change |
Date: |
Fri, 19 May 2023 02:05:58 -0400 (EDT) |
branch: master
commit 7ef20e0c81147bcbca0f5cc3fabc9bef5f6c3539
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>
Minor fixes of last change
* etc/NEWS:
* doc/lispref/records.texi (Record Functions): Improve wording.
(Bug#63509)
---
doc/lispref/records.texi | 4 ++--
etc/NEWS | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/lispref/records.texi b/doc/lispref/records.texi
index d2c80a27f98..ebc4569c388 100644
--- a/doc/lispref/records.texi
+++ b/doc/lispref/records.texi
@@ -81,8 +81,8 @@ This function returns a new record with type @var{type} and
@end example
@end defun
-@code{copy-tree} works with records when its optional second argument
-is non-@code{nil} (@pxref{Building Lists}).
+To copy records, use @code{copy-tree} with its optional second argument
+non-@code{nil}. @xref{Building Lists, copy-tree}.
@node Backward Compatibility
@section Backward Compatibility
diff --git a/etc/NEWS b/etc/NEWS
index c5063a718b9..f1fb70c5fc6 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -586,7 +586,7 @@ Since circular alias chains now cannot occur,
'function-alias-p',
Their 'noerror' arguments have no effect and are therefore obsolete.
+++
-** 'copy-tree' now copies records when its optional argument is non-nil.
+** 'copy-tree' now copies records when its optional 2nd argument is non-nil.
* Changes in Emacs 30.1 on Non-Free Operating Systems