]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix doc string punctuation in ruby-ts-mode.el.
authorEli Zaretskii <eliz@gnu.org>
Sat, 2 Dec 2023 14:49:55 +0000 (16:49 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 2 Dec 2023 14:49:55 +0000 (16:49 +0200)
lisp/progmodes/ruby-ts-mode.el

index 4b951f7606fa3768df42be9ac4b3e1e0c94ef9d3..5b432c8098cf5d4b94f16ecfa2cf9c3374f0bee6 100644 (file)
 (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