This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".
The branch, master has been updated
via 9b5827c1fa7c1c1fcedfa47d8c4ef8917d4e5de4 (commit)
from 05cf5be810abefa37d04fa7443ddfb1ef0edbb50 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 9b5827c1fa7c1c1fcedfa47d8c4ef8917d4e5de4
Author: Tassilo Horn <[email protected]>
Date: Sat Sep 19 13:26:35 2015 +0200
Fix typo in error message.
* tex-buf.el (TeX-error-overview): Fix typo in error message.
diff --git a/ChangeLog b/ChangeLog
index a7f9ffb..68d0d29 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-09-19 Tassilo Horn <[email protected]>
+
+ * tex-buf.el (TeX-error-overview): Fix typo in error message.
+
2015-09-13 Arash Esbati <[email protected]>
* style/eso-pic.el (LaTeX-eso-pic-package-options-list): Rename
diff --git a/tex-buf.el b/tex-buf.el
index 6a05207..03237e8 100644
--- a/tex-buf.el
+++ b/tex-buf.el
@@ -3285,7 +3285,7 @@ forward, if negative)."
TeX-error-overview-buffer-name)
(set-window-dedicated-p (selected-window) t))
(TeX-pop-to-buffer TeX-error-overview-buffer-name))))
- (error "No errror or warning to show"))
+ (error "No error or warning to show"))
(error "No process for this document"))
(error "Error overview is available only in Emacs 24 or later")))
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 4 ++++
tex-buf.el | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
hooks/post-receive
--
GNU AUCTeX
_______________________________________________
auctex-diffs mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex-diffs