branch: externals/auctex
commit 212bb3a3a1bb549d953e0df211c6ebda9cb6dd25
Author: Arash Esbati <ar...@gnu.org>
Commit: Arash Esbati <ar...@gnu.org>

    ; * 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 9987937a0b..d53ef39be2 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)

Reply via email to