aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/ruby-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/ruby-mode.el b/lisp/progmodes/ruby-mode.el
index d366f4c6d4a..2cfe850e653 100644
--- a/lisp/progmodes/ruby-mode.el
+++ b/lisp/progmodes/ruby-mode.el
@@ -1166,7 +1166,7 @@ See `add-log-current-defun-function'."
1166 ,(+ 1 (regexp-opt-depth ruby-here-doc-beg-re)) 1166 ,(+ 1 (regexp-opt-depth ruby-here-doc-beg-re))
1167 (ruby-here-doc-beg-syntax)) 1167 (ruby-here-doc-beg-syntax))
1168 (,ruby-here-doc-end-re 3 (ruby-here-doc-end-syntax))) 1168 (,ruby-here-doc-end-re 3 (ruby-here-doc-end-syntax)))
1169 "Syntactic keywords for Ruby mode. See `font-lock-syntactic-keywords'.") 1169 "Syntactic keywords for Ruby mode. See `font-lock-syntactic-keywords'.")
1170 1170
1171(defun ruby-comment-beg-syntax () 1171(defun ruby-comment-beg-syntax ()
1172 "Return the syntax cell for a the first character of a =begin. 1172 "Return the syntax cell for a the first character of a =begin.