diff options
| -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") |