diff options
author | Dave Love <fx@gnu.org> | 2000-11-06 15:17:06 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-11-06 15:17:06 +0000 |
commit | a1245b8536183a24a5ad8182c2b7c2a183b15316 (patch) | |
tree | e420e4e2e63f61b3017362ef958029a949033701 /lisp/autoinsert.el | |
parent | 8a8c7cb3fed7df58c1f0d99f7f92af11ecf69832 (diff) | |
download | emacs-a1245b8536183a24a5ad8182c2b7c2a183b15316.tar.gz |
(auto-insert-alist) <latex-mode>: Use
\documentclass.
Diffstat (limited to 'lisp/autoinsert.el')
-rw-r--r-- | lisp/autoinsert.el | 2 |
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") |