branch: externals/auctex
commit 2c7385709323969247bfcd68c5c72a5f6eb76413
Author: Ikumi Keita <[email protected]>
Commit: Ikumi Keita <[email protected]>

    ; * 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