auctex-diffs
[Top][All Lists]
Advanced

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

master 4700af5d: ; Delete ineffective string escapes reported by Relint


From: Arash Esbati
Subject: master 4700af5d: ; Delete ineffective string escapes reported by Relint
Date: Mon, 19 Dec 2022 14:46:17 -0500 (EST)

branch: master
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 4067564d..b78cf58a 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]