aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2008-12-11 11:06:46 +0000
committerJuanma Barranquero2008-12-11 11:06:46 +0000
commit94584c3425d759ec4901e675075c335f2f677754 (patch)
tree0417e354e30ec6ce9cd7db4f265c532948934b87
parentee61fe97ea044bd246c666f37c961c5d298900c1 (diff)
downloademacs-94584c3425d759ec4901e675075c335f2f677754.tar.gz
emacs-94584c3425d759ec4901e675075c335f2f677754.zip
Fix typo.
-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.