diff options
| author | Alan Mackenzie | 2023-03-07 15:26:20 +0000 |
|---|---|---|
| committer | Alan Mackenzie | 2023-03-07 15:26:20 +0000 |
| commit | 29f65920fb49588dd4fa29b33e7ed024afc6ffb6 (patch) | |
| tree | 93f825c77b08a24c3f07bd0717de9f6144f16475 /doc | |
| parent | fa83b236111ea024b75a8bb33b78a99f437a9a67 (diff) | |
| download | emacs-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.texi | 1 |
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, | |||
| 719 | non-@code{nil}, it copies vectors and records too (and operates | 719 | non-@code{nil}, it copies vectors and records too (and operates |
| 720 | recursively on their elements). This function handles circular lists | 720 | recursively on their elements). This function handles circular lists |
| 721 | and vectors, and is thus slower than @code{copy-tree} for typical cases. | 721 | and 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 |
| 724 | This function returns a ``flattened'' copy of @var{tree}, that is, | 725 | This function returns a ``flattened'' copy of @var{tree}, that is, |