monnier pushed a commit to branch externals/auctex
in repository elpa.
commit f90e407d6c4ffd05e9105ded3f0933e0c3a470f0
Author: Tassilo Horn <[email protected]>
Date: Wed Apr 10 15:26:44 2013 +0200
Fix typo.
* style/lscape.el ("lscape"): Fix typo and parentheses.
---
ChangeLog | 4 ++++
style/lscape.el | 6 +++---
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 90bc77d..ae9ad8b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-10 Jobst Hoffmann <[email protected]> (tiny change)
+
+ * style/lscape.el ("lscape"): Fix typo and parentheses.
+
2013-04-09 Tassilo Horn <[email protected]>
* README.GIT: Rename from README.CVS; update contents to Git.
diff --git a/style/lscape.el b/style/lscape.el
index dcacd9c..44992df 100644
--- a/style/lscape.el
+++ b/style/lscape.el
@@ -34,9 +34,9 @@
"lscape"
(lambda ()
(LaTeX-add-environments
- "landscapee"))
- ;; lscape uses graphics internally to handle the work
- (TeX-run-style-hooks "graphics"))
+ "landscape")
+ ;; lscape uses graphics internally to handle the work
+ (TeX-run-style-hooks "graphics")))
(defvar LaTeX-lscape-package-options '("pdftex")
"Package options for the lscape package.")