diff options
| author | Dave Love | 2000-11-06 15:17:06 +0000 |
|---|---|---|
| committer | Dave Love | 2000-11-06 15:17:06 +0000 |
| commit | 47e58cf5b9f71de4e99c170a185d5a57c1ed129d (patch) | |
| tree | 4979f53a80ce5f20e6962693b586aa1bab4be28b | |
| parent | 92819e90bb12d73429f97126cbcccaac7f230243 (diff) | |
| download | emacs-47e58cf5b9f71de4e99c170a185d5a57c1ed129d.tar.gz emacs-47e58cf5b9f71de4e99c170a185d5a57c1ed129d.zip | |
(auto-insert-alist) <latex-mode>: Use
\documentclass.
| -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." | |||
| 118 | (latex-mode | 118 | (latex-mode |
| 119 | ;; should try to offer completing read for these | 119 | ;; should try to offer completing read for these |
| 120 | "options, RET: " | 120 | "options, RET: " |
| 121 | "\\documentstyle[" str & ?\] | -1 | 121 | "\\documentclass[" str & ?\] | -1 |
| 122 | ?{ (read-string "class: ") "}\n" | 122 | ?{ (read-string "class: ") "}\n" |
| 123 | ("package, %s: " | 123 | ("package, %s: " |
| 124 | "\\usepackage[" (read-string "options, RET: ") & ?\] | -1 ?{ str "}\n") | 124 | "\\usepackage[" (read-string "options, RET: ") & ?\] | -1 ?{ str "}\n") |