diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2023-05-24 10:37:55 +0200 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2023-05-24 10:37:55 +0200 |
| commit | 153b0647b88cb4db0170c405d2be39b908bde113 (patch) | |
| tree | 759c6d55eaa4868273e38a562edb916d875ab7f4 | |
| parent | 78a5d24bf163f7dc70100b06b5fdb28dde8992c1 (diff) | |
compat.texi: Add missing compat-call@ in front of extended definition
| -rw-r--r-- | compat.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat.texi b/compat.texi index f61582a..b6e09f5 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 |
