diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2014-01-11 21:29:11 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2014-01-11 21:29:11 -0800 |
commit | 4fa51741821ef5c0fc83c82bba7cd87807b13a2c (patch) | |
tree | b68279f33328b56fd60d3a8b94f827feb2daa06f /lisp/org/org-list.el | |
parent | 9b335362d0a968be76188b463512ee6b9c5ae901 (diff) | |
download | emacs-4fa51741821ef5c0fc83c82bba7cd87807b13a2c.tar.gz emacs-4fa51741821ef5c0fc83c82bba7cd87807b13a2c.tar.bz2 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/org-list.el')
-rw-r--r-- | lisp/org/org-list.el | 2 |
1 files changed, 1 insertions, 1 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." ;; When `org-blank-before-new-entry' says so, it is 1. ((eq insert-blank-p t) 1) ;; `plain-list-item' is 'auto. Count blank lines separating - ;; neighbours items in list. + ;; neighbors' items in list. (t (let ((next-p (org-list-get-next-item item struct prevs))) (cond ;; Is there a next item? |