From 5f882f4ee97f6e7e730e85482ff799b4fe0e30f1 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 2 Dec 2023 16:49:55 +0200 Subject: [PATCH] ; Fix doc string punctuation in ruby-ts-mode.el. --- lisp/progmodes/ruby-ts-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/progmodes/ruby-ts-mode.el b/lisp/progmodes/ruby-ts-mode.el index 4b951f7606f..5b432c8098c 100644 --- a/lisp/progmodes/ruby-ts-mode.el +++ b/lisp/progmodes/ruby-ts-mode.el @@ -197,8 +197,8 @@ (defun ruby-ts--comment-font-lock (node override start end &rest _) "Apply font lock to comment NODE within START and END. Applies `font-lock-comment-delimiter-face' and -`font-lock-comment-face' See `treesit-fontify-with-override' for -values of OVERRIDE" +`font-lock-comment-face'. See `treesit-fontify-with-override' for +values of OVERRIDE." ;; Empirically it appears as if (treesit-node-start node) will be ;; where the # character is at and (treesit-node-end node) will be ;; the end of the line -- 2.39.2