@@ -293,7 +293,7 @@ with width equal to the pixel-width of the buffer text multiplied by 0.7.
293293This functionality is implemented in a new function,
294294~org-display-inline-image--width~ which contains the width
295295determination logic previously in ~org-display-inline-images~ and the
296- new behaviour .
296+ new behavior .
297297
298298** New options
299299*** Option ~org-hidden-keywords~ now also applies to #+SUBTITLE:
@@ -311,7 +311,7 @@ descriptions.
311311*** New option ~org-id-ts-format~
312312
313313Earlier, IDs generated using =ts= method had a hard-coded format (i.e. =20200923T160237.891616=).
314- The new option allows user to customise the format.
314+ The new option allows user to customize the format.
315315Defaults are unchanged.
316316
317317*** New argument for ~file-desc~ babel header
@@ -503,24 +503,24 @@ heading, except return nil.
503503
504504*** Faces of all the heading text elements now conform to the headline face
505505
506- In the past, faces of todo keywords, emphasised text, tags, and
506+ In the past, faces of todo keywords, emphasized text, tags, and
507507priority cookies inherited =default= face. The resulting headline
508508fontification was not always consistent, as discussed in [[msg::87h7sawubl.fsf@protesilaos.com][this bug
509509report]]. Now, the relevant faces adapt to face used to fontify the
510510current headline level.
511511
512- Users who prefer to keep the old behaviour should change their face
513- customisation explicitly stating that =default= face is inherited.
512+ Users who prefer to keep the old behavior should change their face
513+ customization explicitly stating that =default= face is inherited.
514514
515- Example of old face customisation :
515+ Example of old face customization :
516516
517517#+begin_src emacs-lisp
518518(setq org-todo-keyword-faces '(("TODO"
519519 :background "chocolate"
520520 :height 0.75)))
521521#+end_src
522522
523- To preserve the old behaviour the above customisation should be
523+ To preserve the old behavior the above customization should be
524524changed to
525525
526526#+begin_src emacs-lisp
@@ -543,7 +543,7 @@ The function does not allow for a third optional parameter anymore.
543543*** LaTeX environment =#+results= are now removed
544544
545545If a babel src block produces a raw LaTeX environment, it will now be
546- recognised as a result, and so replaced when re-evaluated.
546+ recognized as a result, and so replaced when re-evaluated.
547547
548548*** Tag completion now uses =completing-read-multiple=
549549
@@ -681,7 +681,7 @@ enabled, and point is neither in a table nor on a timestamp or a link:
681681- =C-j= (bound to the new command ~org-return-and-maybe-indent~)
682682 merely inserts a newline.
683683
684- To get the previous behaviour back, disable ~electric-indent-mode~
684+ To get the previous behavior back, disable ~electric-indent-mode~
685685explicitly:
686686
687687#+begin_src emacs-lisp
@@ -1029,7 +1029,7 @@ Previously all session names had ~org-babel-session-~ prepended.
10291029*** Forward/backward paragraph functions in line with the rest of Emacs
10301030
10311031~org-forward-paragraph~ and ~org-backward-paragraph~, bound to
1032- ~<C-UP>~ and ~<C-DOWN>~ functions mimic more closely behaviour of
1032+ ~<C-UP>~ and ~<C-DOWN>~ functions mimic more closely behavior of
10331033~forward-paragraph~ and ~backward-paragraph~ functions when
10341034available.
10351035
0 commit comments