summaryrefslogtreecommitdiff
path: root/lisp/autoinsert.el
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2000-11-06 15:17:06 +0000
committerDave Love <fx@gnu.org>2000-11-06 15:17:06 +0000
commit47e58cf5b9f71de4e99c170a185d5a57c1ed129d (patch)
tree4979f53a80ce5f20e6962693b586aa1bab4be28b /lisp/autoinsert.el
parent92819e90bb12d73429f97126cbcccaac7f230243 (diff)
downloademacs-47e58cf5b9f71de4e99c170a185d5a57c1ed129d.tar.gz
(auto-insert-alist) <latex-mode>: Use
\documentclass.
Diffstat (limited to 'lisp/autoinsert.el')
-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")