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

commit 5dfe2773bea88fb347dfa19d4d416747d9192125
Author: Ikumi Keita <[email protected]>
Date:   Thu Oct 2 14:09:57 2014 +0200

    Rename LaTeX-amstext-package-option to LaTeX-amstext-package-options.
    
    * style/amstext.el (LaTeX-amstext-package-options): Rename from
    `LaTeX-amstext-package-option'.
    
    Signed-off-by: Tassilo Horn <[email protected]>
---
 ChangeLog        |    5 +++++
 style/amstext.el |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index adefe28..387e5f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2014-10-02  Ikumi Keita  <[email protected]>
 
+       * style/amstext.el (LaTeX-amstext-package-options): Rename from
+       `LaTeX-amstext-package-option'.
+
+2014-10-02  Ikumi Keita  <[email protected]>
+
        * tex-info.el (Texinfo-mark-environment, Texinfo-mark-section)
        (Texinfo-mark-node): Use `push-mark' instead of `set-mark'.
 
diff --git a/style/amstext.el b/style/amstext.el
index ea6f619..d0a8e87 100644
--- a/style/amstext.el
+++ b/style/amstext.el
@@ -11,7 +11,7 @@
      '("text" t))))
  LaTeX-dialect)
 
-(defvar LaTeX-amstext-package-option nil
+(defvar LaTeX-amstext-package-options nil
   "Package options for the amstext package.")
 
 ;;; amstext.el ends here.

Reply via email to