diff options
| author | Eli Zaretskii | 2023-12-02 16:49:55 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2023-12-02 16:49:55 +0200 |
| commit | 5f882f4ee97f6e7e730e85482ff799b4fe0e30f1 (patch) | |
| tree | f81f413767344603e83c203325b2f642bc519e39 | |
| parent | 546a68925c90829d6977b7e4649e7fc0ed20d9f7 (diff) | |
| download | emacs-5f882f4ee97f6e7e730e85482ff799b4fe0e30f1.tar.gz emacs-5f882f4ee97f6e7e730e85482ff799b4fe0e30f1.zip | |
; Fix doc string punctuation in ruby-ts-mode.el.
| -rw-r--r-- | lisp/progmodes/ruby-ts-mode.el | 4 |
1 files 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 @@ | |||
| 197 | (defun ruby-ts--comment-font-lock (node override start end &rest _) | 197 | (defun ruby-ts--comment-font-lock (node override start end &rest _) |
| 198 | "Apply font lock to comment NODE within START and END. | 198 | "Apply font lock to comment NODE within START and END. |
| 199 | Applies `font-lock-comment-delimiter-face' and | 199 | Applies `font-lock-comment-delimiter-face' and |
| 200 | `font-lock-comment-face' See `treesit-fontify-with-override' for | 200 | `font-lock-comment-face'. See `treesit-fontify-with-override' for |
| 201 | values of OVERRIDE" | 201 | values of OVERRIDE." |
| 202 | ;; Empirically it appears as if (treesit-node-start node) will be | 202 | ;; Empirically it appears as if (treesit-node-start node) will be |
| 203 | ;; where the # character is at and (treesit-node-end node) will be | 203 | ;; where the # character is at and (treesit-node-end node) will be |
| 204 | ;; the end of the line | 204 | ;; the end of the line |