summaryrefslogtreecommitdiff
path: root/lisp/progmodes/ruby-mode.el
diff options
context:
space:
mode:
authorDmitry Gutov <dgutov@yandex.ru>2013-12-14 15:57:58 +0200
committerDmitry Gutov <dgutov@yandex.ru>2013-12-14 15:57:58 +0200
commit660efa1a1442306aa34378a5b0392075e9415d35 (patch)
treeb8db6840cd122e27c15d034a462701ce28aae100 /lisp/progmodes/ruby-mode.el
parent5645852c2eddc5a65e53be937817e12680194272 (diff)
downloademacs-660efa1a1442306aa34378a5b0392075e9415d35.tar.gz
Fix comment from the last change to `ruby-smie-rules'
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 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))