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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] 143/299: Fix spelling errors in tex-buf.el.


From: Stefan Monnier
Subject: [elpa] 143/299: Fix spelling errors in tex-buf.el.
Date: Sun, 02 Nov 2014 03:10:58 +0000

monnier pushed a commit to branch externals/auctex
in repository elpa.

commit c0368b6aeadacdbf49b64a8870ee47499ed95c72
Author: Mosè Giordano <address@hidden>
Date:   Sat Jun 29 11:48:49 2013 +0200

    Fix spelling errors in tex-buf.el.
    
    * tex-buf.el (TeX-error-file): Fix spelling error.
    (TeX-error): Ditto.
---
 ChangeLog  |    3 +++
 tex-buf.el |    4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index ff46200..1c4befa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2013-06-29  Mos� Giordano  <address@hidden>
 
+       * tex-buf.el (TeX-error-file): Fix spelling error.
+       (TeX-error): Ditto.
+
        * doc/install.texi (Configure): Update for Git.
 
        * doc/preview-readme.texi (Availability): Ditto.
diff --git a/tex-buf.el b/tex-buf.el
index 4a83e8f..fa65a00 100644
--- a/tex-buf.el
+++ b/tex-buf.el
@@ -1427,7 +1427,7 @@ the directory."
  (make-variable-buffer-local 'TeX-error-point)
 
 (defvar TeX-error-file nil
-  "Stack of files in which errors have occured.")
+  "Stack of files in which errors have occurred.")
 
  (make-variable-buffer-local 'TeX-error-file)
 
@@ -1620,7 +1620,7 @@ You might want to examine and modify the free variables 
`file',
 
     ;; Find the error.
     (if (null file)
-       (error "Error occured after last TeX file closed"))
+       (error "Error occurred after last TeX file closed"))
     (let ((runbuf (current-buffer))
          (master (with-current-buffer
                      TeX-command-buffer



reply via email to

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