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

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

[elpa] 91/299: Fix typo.


From: Stefan Monnier
Subject: [elpa] 91/299: Fix typo.
Date: Sun, 02 Nov 2014 03:10:33 +0000

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

commit f90e407d6c4ffd05e9105ded3f0933e0c3a470f0
Author: Tassilo Horn <address@hidden>
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  <address@hidden>  (tiny change)
+
+       * style/lscape.el ("lscape"): Fix typo and parentheses.
+
 2013-04-09  Tassilo Horn  <address@hidden>
 
        * 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.")



reply via email to

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