diff options
| author | Paul Eggert | 2014-01-11 21:29:11 -0800 |
|---|---|---|
| committer | Paul Eggert | 2014-01-11 21:29:11 -0800 |
| commit | 4fa51741821ef5c0fc83c82bba7cd87807b13a2c (patch) | |
| tree | b68279f33328b56fd60d3a8b94f827feb2daa06f /lisp/org | |
| parent | 9b335362d0a968be76188b463512ee6b9c5ae901 (diff) | |
| download | emacs-4fa51741821ef5c0fc83c82bba7cd87807b13a2c.tar.gz emacs-4fa51741821ef5c0fc83c82bba7cd87807b13a2c.zip | |
Spelling fixes.
* lisp/emacs-lisp/generic.el (generic--normalize-comments):
Rename from generic--normalise-comments. All uses changed.
* lisp/play/bubbles.el (bubbles--neighborhood-score):
(bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
(bubbles--neighborhood-available)
(bubbles--update-neighborhood-score):
Rename from names with 'neighbourhood'. All uses changed.
Diffstat (limited to 'lisp/org')
| -rw-r--r-- | lisp/org/org-list.el | 2 | ||||
| -rw-r--r-- | lisp/org/ox.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org/org-list.el b/lisp/org/org-list.el index 69ad4da60ca..d24dad28363 100644 --- a/lisp/org/org-list.el +++ b/lisp/org/org-list.el | |||
| @@ -1223,7 +1223,7 @@ some heuristics to guess the result." | |||
| 1223 | ;; When `org-blank-before-new-entry' says so, it is 1. | 1223 | ;; When `org-blank-before-new-entry' says so, it is 1. |
| 1224 | ((eq insert-blank-p t) 1) | 1224 | ((eq insert-blank-p t) 1) |
| 1225 | ;; `plain-list-item' is 'auto. Count blank lines separating | 1225 | ;; `plain-list-item' is 'auto. Count blank lines separating |
| 1226 | ;; neighbours items in list. | 1226 | ;; neighbors' items in list. |
| 1227 | (t (let ((next-p (org-list-get-next-item item struct prevs))) | 1227 | (t (let ((next-p (org-list-get-next-item item struct prevs))) |
| 1228 | (cond | 1228 | (cond |
| 1229 | ;; Is there a next item? | 1229 | ;; Is there a next item? |
diff --git a/lisp/org/ox.el b/lisp/org/ox.el index fcf6aab2069..0102523b5c7 100644 --- a/lisp/org/ox.el +++ b/lisp/org/ox.el | |||
| @@ -5093,7 +5093,7 @@ Return the new string." | |||
| 5093 | ;;;; Topology | 5093 | ;;;; Topology |
| 5094 | ;; | 5094 | ;; |
| 5095 | ;; Here are various functions to retrieve information about the | 5095 | ;; Here are various functions to retrieve information about the |
| 5096 | ;; neighbourhood of a given element or object. Neighbours of interest | 5096 | ;; neighborhood of a given element or object. Neighbors of interest |
| 5097 | ;; are direct parent (`org-export-get-parent'), parent headline | 5097 | ;; are direct parent (`org-export-get-parent'), parent headline |
| 5098 | ;; (`org-export-get-parent-headline'), first element containing an | 5098 | ;; (`org-export-get-parent-headline'), first element containing an |
| 5099 | ;; object, (`org-export-get-parent-element'), parent table | 5099 | ;; object, (`org-export-get-parent-element'), parent table |