From: Dmitry Gutov Date: Sat, 14 Dec 2013 13:57:58 +0000 (+0200) Subject: Fix comment from the last change to `ruby-smie-rules' X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~414 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=660efa1a1442306aa34378a5b0392075e9415d35;p=emacs.git Fix comment from the last change to `ruby-smie-rules' --- diff --git a/lisp/progmodes/ruby-mode.el b/lisp/progmodes/ruby-mode.el index 13f7335d042..e5148d29a97 100644 --- a/lisp/progmodes/ruby-mode.el +++ b/lisp/progmodes/ruby-mode.el @@ -561,7 +561,7 @@ It is used when `ruby-encoding-magic-comment-style' is set to `custom'." (forward-char 1) (skip-chars-forward " \t") ;; `smie-rule-hanging-p' is not good enough here, - ;; because we want to accept hanging tokens at bol, too. + ;; because we want to reject hanging tokens at bol, too. (unless (or (eolp) (forward-comment 1)) (cons 'column (current-column))))) (`(:after . " @ ") (smie-rule-parent))