diff options
Diffstat (limited to 'lisp/progmodes/ruby-mode.el')
| -rw-r--r-- | lisp/progmodes/ruby-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/ruby-mode.el b/lisp/progmodes/ruby-mode.el index c662ccbea95..0bc41033367 100644 --- a/lisp/progmodes/ruby-mode.el +++ b/lisp/progmodes/ruby-mode.el | |||
| @@ -897,7 +897,7 @@ current block, a sibling block, or an outer block. Do that (abs N) times." | |||
| 897 | (t | 897 | (t |
| 898 | (setq pos (current-indentation)) | 898 | (setq pos (current-indentation)) |
| 899 | (cond | 899 | (cond |
| 900 | ;; Deeper intendation, we found a block. | 900 | ;; Deeper indentation, we found a block. |
| 901 | ;; FIXME: We can't recognize empty blocks this way. | 901 | ;; FIXME: We can't recognize empty blocks this way. |
| 902 | ((< start pos) | 902 | ((< start pos) |
| 903 | (setq down t)) | 903 | (setq down t)) |