]> git.eshelyaron.com Git - emacs.git/commitdiff
(auto-insert-alist) <latex-mode>: Use
authorDave Love <fx@gnu.org>
Mon, 6 Nov 2000 15:17:06 +0000 (15:17 +0000)
committerDave Love <fx@gnu.org>
Mon, 6 Nov 2000 15:17:06 +0000 (15:17 +0000)
\documentclass.

lisp/autoinsert.el

index 0be2d6a7392f54aa71baa19df7ee2a10ddc9d005..498808be5b30dfe6827b6b9f8804b1100573adcc 100644 (file)
@@ -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")