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

    ; * style/verbatim.el ("verbatim"): Fix comment.
---
 style/verbatim.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/style/verbatim.el b/style/verbatim.el
index 8491dfe..10fae74 100644
--- a/style/verbatim.el
+++ b/style/verbatim.el
@@ -38,7 +38,7 @@
     '("verbatiminput" TeX-arg-file))
 
    ;; Fontification:
-   ;; Code taken from `comment.sty'
+   ;; Code taken from `comment.el'
    (when (and (boundp 'font-latex-syntactic-keywords-extra)
              (fboundp 'font-latex-update-font-lock)
              (eq TeX-install-font-lock 'font-latex-setup))

Reply via email to