diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-12-14 12:05:03 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-12-14 12:05:03 -0800 |
commit | cccaebd24d257278c31493e10a7a837ddb12fc4f (patch) | |
tree | b88427373bd9f7afac6b575979cc340f73a42d47 /lisp/progmodes/ruby-mode.el | |
parent | 7e90af267484ac6f286e91f55d38a31dd36c2395 (diff) | |
download | emacs-cccaebd24d257278c31493e10a7a837ddb12fc4f.tar.gz emacs-cccaebd24d257278c31493e10a7a837ddb12fc4f.tar.bz2 emacs-cccaebd24d257278c31493e10a7a837ddb12fc4f.zip |
Spelling fixes.
My favorite was that the word "dictionary" was misspelled.
Also, correct the title in the DeRemer & Pennello 1982 citation,
and add a URL.
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.")) (goto-char start) ;; Find all expression expansions and ;; - save the match data to a text property, for font-locking later, - ;; - set the syntax of all double quotes and backticks to puctuation. + ;; - set the syntax of all double quotes and backticks to punctuation. (while (re-search-forward ruby-expression-expansion-re end 'move) (let ((beg (match-beginning 2)) (end (match-end 2))) |