[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/compat 153b0647b8 2/5: compat.texi: Add missing compat-
|
From: |
ELPA Syncer |
|
Subject: |
[elpa] externals/compat 153b0647b8 2/5: compat.texi: Add missing compat-call@ in front of extended definition |
|
Date: |
Wed, 24 May 2023 05:58:00 -0400 (EDT) |
branch: externals/compat
commit 153b0647b88cb4db0170c405d2be39b908bde113
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>
compat.texi: Add missing compat-call@ in front of extended definition
---
compat.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compat.texi b/compat.texi
index f61582ab1d..b6e09f5426 100644
--- a/compat.texi
+++ b/compat.texi
@@ -943,7 +943,7 @@ These functions must be called explicitly via
@code{compat-call},
since their calling convention or behavior was extended in Emacs 26.1:
@c copied from lispref/files.texi
-@defun compat-call make-temp-file prefix &optional dir-flag suffix text
+@defun compat-call@ make-temp-file prefix &optional dir-flag suffix text
This function creates a temporary file and returns its name. Emacs
creates the temporary file's name by adding to @var{prefix} some
random characters that are different in each Emacs job. The result is