惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

J
Java Code Geeks
博客园 - 聂微东
人人都是产品经理
人人都是产品经理
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园_首页
量子位
阮一峰的网络日志
阮一峰的网络日志
酷 壳 – CoolShell
酷 壳 – CoolShell
H
Hackread – Cybersecurity News, Data Breaches, AI and More
云风的 BLOG
云风的 BLOG
D
DataBreaches.Net
B
Blog
L
LangChain Blog
Apple Machine Learning Research
Apple Machine Learning Research
Vercel News
Vercel News
博客园 - 三生石上(FineUI控件)
爱范儿
爱范儿
Microsoft Azure Blog
Microsoft Azure Blog
IT之家
IT之家
aimingoo的专栏
aimingoo的专栏
B
Blog RSS Feed
H
Help Net Security
The Cloudflare Blog
U
Unit 42

elpa/gnu.git, branch externals/auctex

Release GNU AUCTeX 14.2.0 - elpa/gnu.git * latex.el (LaTeX-what-macro): Fix chars to skip backwards. - elpa/gnu.git * tex-ispell.el: Consolidate regexp for tabular environments. - elpa/gnu.git ; * latex.el (LaTeX-what-macro): Fix last change. - elpa/gnu.git * latex.el (LaTeX-what-macro): Improve macro recognition. - elpa/gnu.git Preserve `crm--choose-completion-string' - elpa/gnu.git - GNU ELPA Accept '-' as macro modifier - elpa/gnu.git Add new styles - elpa/gnu.git ; * tex-info.el (outline-heading-alist): Silence the compiler. - elpa/gnu.git Update style/simpleicons.el to package v16.29.0 - elpa/gnu.git Update NEWS.org for new preview feature - elpa/gnu.git Robustify check for escaped math switches/togglers - elpa/gnu.git Fix custom prompt with a default-value - elpa/gnu.git Fix prompt with a default-value - elpa/gnu.git Make `TeX-listify' an obsolete alias - elpa/gnu.git Fix 'syntax-propertize because of narrowing!' error - elpa/gnu.git Update style/ltx-talk.el to class v0.6.0 - elpa/gnu.git elpa/gnu.git - GNU ELPA elpa/gnu.git - GNU ELPA elpa/gnu.git - GNU ELPA elpa/gnu.git - GNU ELPA elpa/gnu.git - GNU ELPA Return context for RefTeX also for macros - elpa/gnu.git ; Fix last change - elpa/gnu.git Add in-buffer completion for citation keys - elpa/gnu.git ; Adjust Copyright years - elpa/gnu.git Improve query of the optional float placement - elpa/gnu.git Sort predefined environment hooks - elpa/gnu.git Sort predefined hooks - elpa/gnu.git Allow additional properties for in-buffer completion - elpa/gnu.git
* tex.el (TeX-output-dir): Fix docstring acc. to last cha...
Arash Esbati · 2026-08-03 · via elpa/gnu.git, branch externals/auctex
authorArash Esbati <arash@gnu.org>2026-08-02 22:57:52 +0200
committerArash Esbati <arash@gnu.org>2026-08-02 22:57:52 +0200
commit147caca6a7415fbddabd4cb29d1258093d66088d (patch)
tree4f6557180e44cbac3829631340ea97645242b4e8
parent3e62e22f1e9be5dec55dfc51d31508ef339a814b (diff)

* tex.el (TeX-output-dir): Fix docstring acc. to last change.

-rw-r--r--tex.el9

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)