diff options
| author | Paul Eggert | 2012-12-14 12:05:03 -0800 |
|---|---|---|
| committer | Paul Eggert | 2012-12-14 12:05:03 -0800 |
| commit | cccaebd24d257278c31493e10a7a837ddb12fc4f (patch) | |
| tree | b88427373bd9f7afac6b575979cc340f73a42d47 /lisp | |
| parent | 7e90af267484ac6f286e91f55d38a31dd36c2395 (diff) | |
| download | emacs-cccaebd24d257278c31493e10a7a837ddb12fc4f.tar.gz 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')
| -rw-r--r-- | lisp/json.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/ruby-mode.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/json.el b/lisp/json.el index 0927625de9f..8432ba40c12 100644 --- a/lisp/json.el +++ b/lisp/json.el | |||
| @@ -100,7 +100,7 @@ tell the difference between `false' and `null'. Consider let-binding | |||
| 100 | this around your call to `json-read' instead of `setq'ing it.") | 100 | this around your call to `json-read' instead of `setq'ing it.") |
| 101 | 101 | ||
| 102 | (defvar json-encoding-separator "," | 102 | (defvar json-encoding-separator "," |
| 103 | "Value to use as an element seperator when encoding.") | 103 | "Value to use as an element separator when encoding.") |
| 104 | 104 | ||
| 105 | (defvar json-encoding-default-indentation " " | 105 | (defvar json-encoding-default-indentation " " |
| 106 | "The default indentation level for encoding. | 106 | "The default indentation level for encoding. |
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))) |