[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-diffs] GNU AUCTeX branch, master, updated. b2cea2005666a46a0531e
From: |
Arash Esbati |
Subject: |
[AUCTeX-diffs] GNU AUCTeX branch, master, updated. b2cea2005666a46a0531e2c33168a65d67573cf4 |
Date: |
Wed, 6 Apr 2022 04:51:30 -0400 (EDT) |
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 b2cea2005666a46a0531e2c33168a65d67573cf4 (commit)
from 5cf46ff8e20bb890cdbc53c2a516baa7388687b2 (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 b2cea2005666a46a0531e2c33168a65d67573cf4
Author: Arash Esbati <arash@gnu.org>
Date: Wed Apr 6 10:50:44 2022 +0200
; Delete unnecessary quoting in docstrings
* latex.el (LaTeX-provided-class-options)
(LaTeX-provided-package-options): Remove unnecessary quoting of
parentheses in docstrings.
diff --git a/latex.el b/latex.el
index 8bb01c49..f30a6b5f 100644
--- a/latex.el
+++ b/latex.el
@@ -1874,8 +1874,8 @@ For each element, the CAR is the name of the class, the
CDR is
the list of options provided to it.
For example, its value will be
- \(\(\"book\" \"a4paper\" \"11pt\" \"openany\" \"fleqn\"\)
- ...\)
+ ((\"book\" \"a4paper\" \"11pt\" \"openany\" \"fleqn\")
+ ...)
See also `LaTeX-provided-package-options'.")
(make-variable-buffer-local 'LaTeX-provided-class-options)
@@ -1897,9 +1897,9 @@ For each element, the CAR is the name of the package, the
CDR is
the list of options provided to it.
For example, its value will be
- \(\(\"babel\" \"german\"\)
- \(\"geometry\" \"a4paper\" \"top=2cm\" \"bottom=2cm\" \"left=2.5cm\"
\"right=2.5cm\"\)
- ...\)
+ ((\"babel\" \"german\")
+ (\"geometry\" \"a4paper\" \"top=2cm\" \"bottom=2cm\" \"left=2.5cm\"
\"right=2.5cm\")
+ ...)
See also `LaTeX-provided-class-options'.")
(make-variable-buffer-local 'LaTeX-provided-package-options)
-----------------------------------------------------------------------
Summary of changes:
latex.el | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
hooks/post-receive
--
GNU AUCTeX
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [AUCTeX-diffs] GNU AUCTeX branch, master, updated. b2cea2005666a46a0531e2c33168a65d67573cf4,
Arash Esbati <=