]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 11 Dec 2008 11:06:46 +0000 (11:06 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 11 Dec 2008 11:06:46 +0000 (11:06 +0000)
lisp/progmodes/ruby-mode.el

index d366f4c6d4a3cbe1a3ff074b18b1a71e648d2998..2cfe850e6531c22d990c20bff4f9629d9d342510 100644 (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.