emacs-elpa-diffs
[Top][All Lists]
Advanced

[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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]