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

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

[elpa] externals/auctex a8bbd1f 31/80: ; Fix document


From: Tassilo Horn
Subject: [elpa] externals/auctex a8bbd1f 31/80: ; Fix document
Date: Wed, 16 Oct 2019 11:07:12 -0400 (EDT)

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

    ; Fix document
    
    * doc/auctex.texi (Deactivating defaults of built-in keyword classes):
    In lisp code example, use `assoc-string' instead of `TeX-assoc-string',
    which no longer exists.
---
 doc/auctex.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/auctex.texi b/doc/auctex.texi
index 8843fa9..693fdf6 100644
--- a/doc/auctex.texi
+++ b/doc/auctex.texi
@@ -2163,7 +2163,7 @@ following stanza into your init file:
 (eval-after-load "font-latex"
   '(setq-default
     font-latex-match-reference-keywords-local
-    (remove (TeX-assoc-string "footnote"
+    (remove (assoc-string "footnote"
             font-latex-match-reference-keywords-local)
                 font-latex-match-reference-keywords-local)))
 @end lisp



reply via email to

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