aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/ruby-mode.el
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2008-12-11 11:06:46 +0000
committerJuanma Barranquero <[email protected]>2008-12-11 11:06:46 +0000
commit94584c3425d759ec4901e675075c335f2f677754 (patch)
tree0417e354e30ec6ce9cd7db4f265c532948934b87 /lisp/progmodes/ruby-mode.el
parentee61fe97ea044bd246c666f37c961c5d298900c1 (diff)
Fix typo.
Diffstat (limited to 'lisp/progmodes/ruby-mode.el')
-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 d366f4c6d4..2cfe850e65 100644
--- a/lisp/progmodes/ruby-mode.el
+++ b/lisp/progmodes/ruby-mode.el
@@ -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.