]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor fixes of last change
authorEli Zaretskii <eliz@gnu.org>
Fri, 19 May 2023 06:05:45 +0000 (09:05 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 19 May 2023 06:05:45 +0000 (09:05 +0300)
* etc/NEWS:
* doc/lispref/records.texi (Record Functions): Improve wording.
(Bug#63509)

doc/lispref/records.texi
etc/NEWS

index d2c80a27f98e877832c075346aa6aca31fc009f1..ebc4569c388ea45fcf8fd8fee66b2b377e39b7d1 100644 (file)
@@ -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
index c5063a718b94cf8ff3bf460341166e5478104ffb..f1fb70c5fc60f6d74bf7ee147d9256d9d35321e2 100644 (file)
--- 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.
 
 \f
 * Changes in Emacs 30.1 on Non-Free Operating Systems