emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/auctex 212bb3a3a1 11/18: ; * tex.el (TeX-process-check)


From: Tassilo Horn
Subject: [elpa] externals/auctex 212bb3a3a1 11/18: ; * tex.el (TeX-process-check): Fix typo (bug#34645).
Date: Sun, 17 Mar 2024 07:37:12 -0400 (EDT)

branch: externals/auctex
commit 212bb3a3a1bb549d953e0df211c6ebda9cb6dd25
Author: Arash Esbati <arash@gnu.org>
Commit: Arash Esbati <arash@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

[Prev in Thread] Current Thread [Next in Thread]