auctex-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/auctex 4700af5dd4 64/76: ; Delete ineffective string es


From: Tassilo Horn
Subject: [elpa] externals/auctex 4700af5dd4 64/76: ; Delete ineffective string escapes reported by Relint
Date: Fri, 13 Jan 2023 14:31:06 -0500 (EST)

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

    ; Delete ineffective string escapes reported by Relint
    
    * font-latex.el (font-latex-make-built-in-keywords): Remove
    ineffective escaping of parenthesis in strings.
---
 font-latex.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/font-latex.el b/font-latex.el
index 4067564d17..b78cf58ad2 100644
--- a/font-latex.el
+++ b/font-latex.el
@@ -631,12 +631,12 @@ use."
                         (if (eq type 'command)
                             "\
 This must be a list where each element is a list consisting of a
-keyword string \(not a regular expression\) omitting the leading
+keyword string (not a regular expression) omitting the leading
 backslash and a format specifier as described in the doc string of
 `font-latex-user-keyword-classes'."
                           "\
-This must be a list where each element is a keyword string \(not a
-regular expression\) omitting the leading backslash.")
+This must be a list where each element is a keyword string (not a
+regular expression) omitting the leading backslash.")
 
                         "\n\n\
 This is an internal variable which should not be set directly.




reply via email to

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