aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorPaul Eggert2012-12-14 12:05:03 -0800
committerPaul Eggert2012-12-14 12:05:03 -0800
commitcccaebd24d257278c31493e10a7a837ddb12fc4f (patch)
treeb88427373bd9f7afac6b575979cc340f73a42d47 /lisp
parent7e90af267484ac6f286e91f55d38a31dd36c2395 (diff)
downloademacs-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.el2
-rw-r--r--lisp/progmodes/ruby-mode.el2
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
100this around your call to `json-read' instead of `setq'ing it.") 100this 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)))