From 47e58cf5b9f71de4e99c170a185d5a57c1ed129d Mon Sep 17 00:00:00 2001 From: Dave Love Date: Mon, 6 Nov 2000 15:17:06 +0000 Subject: [PATCH] (auto-insert-alist) : Use \documentclass. --- lisp/autoinsert.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/autoinsert.el b/lisp/autoinsert.el index 0be2d6a7392..498808be5b3 100644 --- a/lisp/autoinsert.el +++ b/lisp/autoinsert.el @@ -118,7 +118,7 @@ If this contains a %s, that will be replaced by the matching rule." (latex-mode ;; should try to offer completing read for these "options, RET: " - "\\documentstyle[" str & ?\] | -1 + "\\documentclass[" str & ?\] | -1 ?{ (read-string "class: ") "}\n" ("package, %s: " "\\usepackage[" (read-string "options, RET: ") & ?\] | -1 ?{ str "}\n") -- 2.39.5