Fix typo.

This commit is contained in:
Juanma Barranquero 2008-12-11 11:06:46 +00:00
parent ee61fe97ea
commit 94584c3425

View file

@ -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.