auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] [elpa] externals/auctex b2cea20056 53/60: ; Delete unnece


From: Tassilo Horn
Subject: [AUCTeX-diffs] [elpa] externals/auctex b2cea20056 53/60: ; Delete unnecessary quoting in docstrings
Date: Fri, 8 Apr 2022 11:52:56 -0400 (EDT)

branch: externals/auctex
commit b2cea2005666a46a0531e2c33168a65d67573cf4
Author: Arash Esbati <arash@gnu.org>
Commit: Arash Esbati <arash@gnu.org>

    ; Delete unnecessary quoting in docstrings
    
    * latex.el (LaTeX-provided-class-options)
    (LaTeX-provided-package-options): Remove unnecessary quoting of
    parentheses in docstrings.
---
 latex.el | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/latex.el b/latex.el
index 8bb01c4905..f30a6b5f5c 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)
 




reply via email to

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