Fix typo.
This commit is contained in:
parent
ee61fe97ea
commit
94584c3425
1 changed files with 1 additions and 1 deletions
|
@ -1166,7 +1166,7 @@ See `add-log-current-defun-function'."
|
|||
,(+ 1 (regexp-opt-depth ruby-here-doc-beg-re))
|
||||
(ruby-here-doc-beg-syntax))
|
||||
(,ruby-here-doc-end-re 3 (ruby-here-doc-end-syntax)))
|
||||
"Syntactic keywords for Ruby mode. See `font-lock-syntactic-keywords'.")
|
||||
"Syntactic keywords for Ruby mode. See `font-lock-syntactic-keywords'.")
|
||||
|
||||
(defun ruby-comment-beg-syntax ()
|
||||
"Return the syntax cell for a the first character of a =begin.
|
||||
|
|
Loading…
Add table
Reference in a new issue