









| author | Arash Esbati <arash@gnu.org> | 2026-09-14 15:03:08 +0200 |
|---|---|---|
| committer | Arash Esbati <arash@gnu.org> | 2026-09-14 15:03:08 +0200 |
| commit | 749a3cca40d53785b14f63a0a27fba8b9ffe7a5f (patch) | |
| tree | fbf87f0c1b21410e49f583b200d044820b7ce82a | |
| parent | fbd3a2d48d07e1ecece33987318e8d80abef04de (diff) | |
* latex.el (LaTeX-what-macro): Fix chars to skip backwards.
| -rw-r--r-- | latex.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/latex.el b/latex.el
index 338c4f33c53..d174f8dad33 100644
--- a/latex.el
+++ b/latex.el
@@ -7753,7 +7753,7 @@ this point. If nil, limit to the previous 15 lines."
;; Deal with spaces between macro name and argument
;; in `docTeX-mode':
(if (derived-mode-p 'docTeX-mode)
- (skip-chars-backward "[ ]")
+ (skip-chars-backward " ")
t)
(re-search-backward (concat (regexp-quote TeX-esc)
"["
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。