branch: externals/compat
commit ab39edfb3b9339921df6ed4abdb848a446e32520
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    compat.texi: Add missing compat-call
---
 compat.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compat.texi b/compat.texi
index 5a7388fb1b..f0db42f470 100644
--- a/compat.texi
+++ b/compat.texi
@@ -3334,7 +3334,7 @@ These functions must be called explicitly via 
@code{compat-call},
 since their calling convention or behavior was extended in Emacs 30.1:
 
 @c copied from lispref/lists.texi
-@defun copy-tree tree &optional vectors-and-records
+@defun compat-call@ copy-tree tree &optional vectors-and-records
 This function returns a copy of the tree @var{tree}.  If @var{tree} is a
 cons cell, this makes a new cons cell with the same @sc{car} and
 @sc{cdr}, then recursively copies the @sc{car} and @sc{cdr} in the

Reply via email to