branch: externals/auctex
commit a8bbd1fb14eeb3d75856d8140364b59a1bf35a87
Author: Ikumi Keita <ik...@ikumi.que.jp>
Commit: Ikumi Keita <ik...@ikumi.que.jp>

    ; 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

_______________________________________________
auctex-diffs mailing list
auctex-di...@gnu.org
https://lists.gnu.org/mailman/listinfo/auctex-diffs

Reply via email to