aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAlan Mackenzie2023-03-07 15:26:20 +0000
committerAlan Mackenzie2023-03-07 15:26:20 +0000
commit29f65920fb49588dd4fa29b33e7ed024afc6ffb6 (patch)
tree93f825c77b08a24c3f07bd0717de9f6144f16475 /doc
parentfa83b236111ea024b75a8bb33b78a99f437a9a67 (diff)
downloademacs-29f65920fb49588dd4fa29b33e7ed024afc6ffb6.tar.gz
emacs-29f65920fb49588dd4fa29b33e7ed024afc6ffb6.zip
safe-copy-tree. Correct mistakes from earlier patch.
* lisp/emacs-lisp/bytecomp.el (compile-defun): Remove unintended change. * lisp/subr.el (safe-copy-tree--seen): Correct grammatical error in doc string. (safe-copy-tree): Delete hash table at end of function. * doc/lispref/lists.texi (Building Lists): Add an "@end defun" line.
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/lists.texi1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/lispref/lists.texi b/doc/lispref/lists.texi
index 911defbc211..3478049c84f 100644
--- a/doc/lispref/lists.texi
+++ b/doc/lispref/lists.texi
@@ -719,6 +719,7 @@ Normally, when @var{tree} is anything other than a cons cell,
719non-@code{nil}, it copies vectors and records too (and operates 719non-@code{nil}, it copies vectors and records too (and operates
720recursively on their elements). This function handles circular lists 720recursively on their elements). This function handles circular lists
721and vectors, and is thus slower than @code{copy-tree} for typical cases. 721and vectors, and is thus slower than @code{copy-tree} for typical cases.
722@end defun
722 723
723@defun flatten-tree tree 724@defun flatten-tree tree
724This function returns a ``flattened'' copy of @var{tree}, that is, 725This function returns a ``flattened'' copy of @var{tree}, that is,