branch: externals/auctex
commit d5f98ae2a837935d5ed4546a0e4847d9c9057130
Author: jfbu <[email protected]>
Commit: jfbu <[email protected]>
; Fix typos
* preview.el.in (preview-undump-replacements):
* tex-buf.el (TeX-quote-filename): Fix typos in comments.
Signed-off-by: Ikumi Keita <[email protected]>
---
preview.el.in | 2 +-
tex-buf.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/preview.el.in b/preview.el.in
index c6c8eaf..2d81cce 100644
--- a/preview.el.in
+++ b/preview.el.in
@@ -3283,7 +3283,7 @@ This is passed through `preview-do-replacements'."
. ("\\1 -interaction=nonstopmode " preview-format-name
" \"/AUCTEXINPUT{\" \\2 \"}\"")))
;; See the ini file code below in `preview-cache-preamble' for the
- ;; wierd /AUCTEXINPUT construct. In short, it is crafted so that
+ ;; weird /AUCTEXINPUT construct. In short, it is crafted so that
;; dumped format file can read file of non-ascii name.
"Use a dumped format for reading preamble."
:group 'preview-latex
diff --git a/tex-buf.el b/tex-buf.el
index aec2579..49f9645 100644
--- a/tex-buf.el
+++ b/tex-buf.el
@@ -2072,7 +2072,7 @@ The hooks are run in the region buffer, you may use the
variable
;; Use \unexpanded so that \message outputs the raw file name.
;; When \usepackage[utf8]{inputenc} is used in standard (pdf)latex,
;; \message does not output non-ascii file name in raw form without
- ;; \enuexpanded, which makes AUCTeX to fail to recognize the file
+ ;; \unexpanded, which makes AUCTeX to fail to recognize the file
;; names right when analysing the process output buffer.
;; Note that \usepackage[utf8]{inputenc} is enabled by default in
;; standard (pdf)latex since TeXLive 2018.