branch: externals/auctex
commit 4f2a3226bbd2045ae14f1b475d6bdd2d6cf05a18
Author: Tassilo Horn <t...@gnu.org>
Commit: Tassilo Horn <t...@gnu.org>

    Fix plain-TeX-auto-regexp-list docstring
    
    * tex.el: Fix docstring of plain-TeX-auto-regexp-list (bug#25574).
---
 tex.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tex.el b/tex.el
index 8f6284d..73d4927 100644
--- a/tex.el
+++ b/tex.el
@@ -4211,7 +4211,7 @@ alter the numbering of any ordinary, non-shy groups.")
        1 TeX-auto-file)
       (,(concat "\\\\mathchardef\\\\\\(" token "+\\)[^a-zA-Z@]")
        1 TeX-auto-symbol)))
-  "List of regular expression matching common LaTeX macro definitions.")
+  "List of regular expression matching common plain TeX macro definitions.")
 
 (defvar TeX-auto-full-regexp-list plain-TeX-auto-regexp-list
   "Full list of regular expression matching TeX macro definitions.")

Reply via email to