emacs-diffs
[Top][All Lists]
Advanced

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

emacs-29 5f882f4ee97: ; Fix doc string punctuation in ruby-ts-mode.el.


From: Eli Zaretskii
Subject: emacs-29 5f882f4ee97: ; Fix doc string punctuation in ruby-ts-mode.el.
Date: Sat, 2 Dec 2023 09:50:20 -0500 (EST)

branch: emacs-29
commit 5f882f4ee97f6e7e730e85482ff799b4fe0e30f1
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; 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



reply via email to

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