









| author | Arash Esbati <arash@gnu.org> | 2026-08-02 22:57:52 +0200 |
|---|---|---|
| committer | Arash Esbati <arash@gnu.org> | 2026-08-02 22:57:52 +0200 |
| commit | 147caca6a7415fbddabd4cb29d1258093d66088d (patch) | |
| tree | 4f6557180e44cbac3829631340ea97645242b4e8 | |
| parent | 3e62e22f1e9be5dec55dfc51d31508ef339a814b (diff) | |
* tex.el (TeX-output-dir): Fix docstring acc. to last change.
| -rw-r--r-- | tex.el | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/tex.el b/tex.el
index 7db7b78022c..7e98bd7b667 100644
--- a/tex.el
+++ b/tex.el
@@ -2572,10 +2572,11 @@ and must not contain a `..' component."
(defcustom TeX-output-dir nil
"The path of the directory where output files should be placed.
-A relative path is interpreted as being relative to the master
-file in `TeX-master'. The path cannot contain a directory that
-starts with '.'. If this variable is nil, the output directory
-is assumed to be the same as the directory of `TeX-master'."
+A relative path is interpreted as being relative to the master file in
+`TeX-master'. Subdirectories of `TeX-master' are considered safe,
+otherwise the user asked for permission. If this variable is nil, the
+output directory is assumed to be the same as the directory of
+`TeX-master'."
:group 'TeX-file
:safe #'TeX--output-dir-safe-p
:type '(choice (const :tag "Directory of master file" nil)
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。