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 8ac2f659058..bc53c1f9556 100644 --- a/lisp/progmodes/ruby-mode.el +++ b/lisp/progmodes/ruby-mode.el | |||
| @@ -1340,7 +1340,7 @@ It will be properly highlighted even when the call omits parens.")) | |||
| 1340 | (goto-char start) | 1340 | (goto-char start) |
| 1341 | ;; Find all expression expansions and | 1341 | ;; Find all expression expansions and |
| 1342 | ;; - save the match data to a text property, for font-locking later, | 1342 | ;; - save the match data to a text property, for font-locking later, |
| 1343 | ;; - set the syntax of all double quotes and backticks to puctuation. | 1343 | ;; - set the syntax of all double quotes and backticks to punctuation. |
| 1344 | (while (re-search-forward ruby-expression-expansion-re end 'move) | 1344 | (while (re-search-forward ruby-expression-expansion-re end 'move) |
| 1345 | (let ((beg (match-beginning 2)) | 1345 | (let ((beg (match-beginning 2)) |
| 1346 | (end (match-end 2))) | 1346 | (end (match-end 2))) |