comparison lisp/progmodes/ruby-mode.el @ 100355:a214f122ca94

Fix typo.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 11 Dec 2008 11:06:46 +0000
parents 89bba37a3188
children a2a672d854a1
comparison
equal deleted inserted replaced
100354:89bba37a3188 100355:a214f122ca94
1164 ;; to make sure I don't break anything else. 1164 ;; to make sure I don't break anything else.
1165 (,(concat ruby-here-doc-beg-re ".*\\(\n\\)") 1165 (,(concat ruby-here-doc-beg-re ".*\\(\n\\)")
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.
1173 See the definition of `ruby-font-lock-syntactic-keywords'. 1173 See the definition of `ruby-font-lock-syntactic-keywords'.
1174 1174