From: Eli Zaretskii Date: Sat, 2 Dec 2023 14:49:55 +0000 (+0200) Subject: ; Fix doc string punctuation in ruby-ts-mode.el. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5f882f4ee97;p=emacs.git ; Fix doc string punctuation in ruby-ts-mode.el. --- 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