Minor fixes of last change

* etc/NEWS:
* doc/lispref/records.texi (Record Functions): Improve wording.
(Bug#63509)
This commit is contained in:
Eli Zaretskii 2023-05-19 09:05:45 +03:00
parent 3a1285caba
commit 7ef20e0c81
2 changed files with 3 additions and 3 deletions

View 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

View file

@ -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