auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] [elpa] externals/auctex 2c73857 51/67: ; * style/pst-plot


From: Tassilo Horn
Subject: [AUCTeX-diffs] [elpa] externals/auctex 2c73857 51/67: ; * style/pst-plot.el (LaTeX-pstplot-cleanup): Fix typo.
Date: Fri, 8 Feb 2019 11:40:39 -0500 (EST)

branch: externals/auctex
commit 2c7385709323969247bfcd68c5c72a5f6eb76413
Author: Ikumi Keita <address@hidden>
Commit: Ikumi Keita <address@hidden>

    ; * style/pst-plot.el (LaTeX-pstplot-cleanup): Fix typo.
---
 style/pst-plot.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/style/pst-plot.el b/style/pst-plot.el
index 8240a14..d4ddfe5 100644
--- a/style/pst-plot.el
+++ b/style/pst-plot.el
@@ -79,7 +79,7 @@
   "Temporary for parsing \*data definitions.")
 
 (defun LaTeX-pstplot-cleanup ()
-  "Move symbols from `LaTeX-auto-pstplot to `TeX-auto-symbol'."
+  "Move symbols from `LaTeX-auto-pstplot' to `TeX-auto-symbol'."
   (mapcar (lambda (symbol)
             ;; (setq TeX-symbol-list (cons (list symbol 0) TeX-symbol-list))
             ;; (setq TeX-auto-symbol (cons (list symbol 0) TeX-auto-symbol)))



reply via email to

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