From: Eli Zaretskii Date: Fri, 19 May 2023 06:05:45 +0000 (+0300) Subject: Minor fixes of last change X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7ef20e0c81147bcbca0f5cc3fabc9bef5f6c3539;p=emacs.git Minor fixes of last change * etc/NEWS: * doc/lispref/records.texi (Record Functions): Improve wording. (Bug#63509) --- 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