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

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

[elpa] externals/auctex 4f2a322 16/95: Fix plain-TeX-auto-regexp-list do


From: Tassilo Horn
Subject: [elpa] externals/auctex 4f2a322 16/95: Fix plain-TeX-auto-regexp-list docstring
Date: Sun, 16 Apr 2017 01:26:47 -0400 (EDT)

branch: externals/auctex
commit 4f2a3226bbd2045ae14f1b475d6bdd2d6cf05a18
Author: Tassilo Horn <address@hidden>
Commit: Tassilo Horn <address@hidden>

    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 "+\\)address@hidden")
        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

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