changeset 33252:ffb346e61cf2

(auto-insert-alist) <latex-mode>: Use \documentclass.
author Dave Love <fx@gnu.org>
date Mon, 06 Nov 2000 15:17:06 +0000
parents 8d7249947f7b
children 3d7bff27ec2d
files lisp/autoinsert.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/autoinsert.el	Mon Nov 06 14:44:17 2000 +0000
+++ b/lisp/autoinsert.el	Mon Nov 06 15:17:06 2000 +0000
@@ -118,7 +118,7 @@
     (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")