[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/auctex d5f98ae 32/48: ; Fix typos
From: |
Tassilo Horn |
Subject: |
[elpa] externals/auctex d5f98ae 32/48: ; Fix typos |
Date: |
Sun, 16 Sep 2018 01:47:25 -0400 (EDT) |
branch: externals/auctex
commit d5f98ae2a837935d5ed4546a0e4847d9c9057130
Author: jfbu <address@hidden>
Commit: jfbu <address@hidden>
; Fix typos
* preview.el.in (preview-undump-replacements):
* tex-buf.el (TeX-quote-filename): Fix typos in comments.
Signed-off-by: Ikumi Keita <address@hidden>
---
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.
- [elpa] externals/auctex 52d6a54 03/48: Make `TeX-clean' to work in ams-tex-mode, (continued)
- [elpa] externals/auctex 52d6a54 03/48: Make `TeX-clean' to work in ams-tex-mode, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 15d3d97 08/48: Quote %b expansion string for SumatraPDF, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 68095a3 15/48: Fix previous removal of xemacs compatibility code, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 59fa964 05/48: Resolve conflict of argument spec between regexp and literal, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 94378c1 09/48: Correct record in changes.texi, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 00f0e0e 13/48: ; * tex.el (TeX-expand-list): Fix docstring (bug#31217)., Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 59a9e5b 10/48: Correct how `TeX-record-buffer' is used, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex c64a0e1 27/48: Quote %b expansion string for Zathura, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 4775f96 21/48: ; * tex-jp.el (japanese-TeX-self-insert-command): Silence byte compiler., Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 96ba113 23/48: Support UTF-8 with BOM in Japanese TeX documents, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex d5f98ae 32/48: ; Fix typos,
Tassilo Horn <=
- [elpa] externals/auctex 3b1ffcd 30/48: TL 2018 non-ascii file name fix for preview-latex, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 0d8f8a2 14/48: Prevent spurious newlines to be added, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 527bcb2 16/48: ; * doc/auctex.texi (Processor Options): Add note of case in an option., Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 7371b46 07/48: Add support for dvipdfmx to \includegraphics, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 4afd633 11/48: Update key=val options to geometry package v5.8, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 6a17a52 24/48: ; * doc/changes.texi (News in 12.2): Add news about removed option., Tassilo Horn, 2018/09/16
- [elpa] externals/auctex ff08d38 28/48: Fix region compilation with \usepackage[utf8]{inputenc}, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex cad042f 31/48: Add note and test about the change involving non-ascii file name, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 5ce08ab 33/48: Raise robustness of call of dvipng command, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 3741b8c 26/48: Prepare for UTF-8 with BOM, Tassilo Horn, 2018/09/16