summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/autoinsert.el2
1 files changed, 1 insertions, 1 deletions
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")