branch: master
commit 212bb3a3a1bb549d953e0df211c6ebda9cb6dd25
Author: Arash Esbati <[email protected]>
Commit: Arash Esbati <[email protected]>
; * tex.el (TeX-process-check): Fix typo (bug#34645).
---
tex.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tex.el b/tex.el
index 9987937a..d53ef39b 100644
--- a/tex.el
+++ b/tex.el
@@ -8770,7 +8770,7 @@ Return nil only if no process buffer exists."
nil)))
(defun TeX-process-check (name)
- "Check if a process for the TeX document NAME already exist.
+ "Check if a process for the TeX document NAME already exists.
If so, give the user the choice of aborting the process or the current
command."
(let (process)