From: Dave Love Date: Mon, 6 Nov 2000 15:17:06 +0000 (+0000) Subject: (auto-insert-alist) : Use X-Git-Tag: emacs-pretest-21.0.90~267 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=47e58cf5b9f71de4e99c170a185d5a57c1ed129d;p=emacs.git (auto-insert-alist) : Use \documentclass. --- 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")