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

    ; * tex.el (TeX-ispell-tex-arg-verb-end): Drop unnecessary `format'.
---
 tex.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tex.el b/tex.el
index 64e570d..013e6d1 100644
--- a/tex.el
+++ b/tex.el
@@ -6698,8 +6698,8 @@ error."
               (forward-sexp))
              (t (error nil))))
     (error
-     (message (format "Verbatim delimiter is not one of %s"
-                     (split-string TeX-ispell-verb-delimiters "" t)))
+     (message "Verbatim delimiter is not one of %s"
+             (split-string TeX-ispell-verb-delimiters "" t))
      (sit-for 2))))
 
 ;;; Abbrev mode

Reply via email to