emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/auctex c31faf7 6/9: ; Cosmetic change


From: Tassilo Horn
Subject: [elpa] externals/auctex c31faf7 6/9: ; Cosmetic change
Date: Sun, 24 May 2020 03:27:54 -0400 (EDT)

branch: externals/auctex
commit c31faf7a78d6b4a12ad24c0c2d8c2e2dfedfd53c
Author: Ikumi Keita <address@hidden>
Commit: Ikumi Keita <address@hidden>

    ; Cosmetic change
    
    * font-latex.el (font-latex-extend-region-backwards-command-with-args):
    Make docsring coherent with similar functions.
    (font-latex-set-syntactic-keywords):
    (font-latex-setup):
    Replace backquotes with normal quotes where possible.
---
 font-latex.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/font-latex.el b/font-latex.el
index 9e11384..6210967 100644
--- a/font-latex.el
+++ b/font-latex.el
@@ -1052,7 +1052,7 @@ have changed."
   (setq font-latex-doctex-syntactic-keywords
        (append font-latex-syntactic-keywords
                ;; For docTeX comment-in-doc.
-               `(("\\(\\^\\)\\^A" (1 (font-latex-doctex-^^A)))))))
+               '(("\\(\\^\\)\\^A" (1 (font-latex-doctex-^^A)))))))
 
 
 ;;; Syntactic fontification
@@ -1267,7 +1267,7 @@ triggers Font Lock to recognize the change."
          `((font-latex-keywords font-latex-keywords-1 font-latex-keywords-2)
            nil nil ,font-latex-syntax-alist nil))
        (variables
-        `((font-lock-mark-block-function . mark-paragraph)
+        '((font-lock-mark-block-function . mark-paragraph)
           (font-lock-unfontify-region-function
            . font-latex-unfontify-region)
            (font-lock-extend-region-functions
@@ -1580,7 +1580,7 @@ Returns nil if none of KEYWORDS is found."
 (defvar font-lock-end)
 
 (defun font-latex-extend-region-backwards-command-with-args ()
-  "Return position to extend region backwards for commands with args."
+  "Extend region backwards for commands with args."
   (save-excursion
     (goto-char font-lock-end)
     (catch 'extend



reply via email to

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