branch: externals/auctex commit c31faf7a78d6b4a12ad24c0c2d8c2e2dfedfd53c Author: Ikumi Keita <ik...@ikumi.que.jp> Commit: Ikumi Keita <ik...@ikumi.que.jp>
; 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