changeset 100355:a214f122ca94

Fix typo.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 11 Dec 2008 11:06:46 +0000
parents 89bba37a3188
children 383709672c3f
files lisp/progmodes/ruby-mode.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/ruby-mode.el	Thu Dec 11 11:03:42 2008 +0000
+++ b/lisp/progmodes/ruby-mode.el	Thu Dec 11 11:06:46 2008 +0000
@@ -1166,7 +1166,7 @@
      ,(+ 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.