From: Stefan Kangas Date: Fri, 17 Sep 2021 23:17:50 +0000 (+0200) Subject: ; * etc/NEWS: Fix typos. X-Git-Tag: emacs-28.0.90~882 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=93731cdae0ff11d9f67e06ed3ea75b1320ce5034;p=emacs.git ; * etc/NEWS: Fix typos. --- diff --git a/etc/NEWS b/etc/NEWS index 634d3d86f96..2644349aba2 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -240,7 +240,7 @@ the user for whether that file should be deleted. (Note that result in deletion of auto-save files when killing a buffer without unsaved changes, but this has apparently not worked for several decades, so the documented semantics of this variable has been changed -to match the behaviour.) +to match the behavior.) +++ ** New user option 'next-error-message-highlight'. @@ -686,7 +686,7 @@ Applies to buttons that indicate a face. +++ *** New face 'font-lock-doc-markup-face'. Intended for documentation mark-up syntax and tags inside text that -uses 'font-lock-doc-face', with which it should harmonise. It would +uses 'font-lock-doc-face', with which it should harmonize. It would typically be used in structured documentation comments in program source code by language-specific modes, for mark-up conventions like Haddock, Javadoc or Doxygen. By default this face inherits from @@ -810,7 +810,7 @@ Emacs now supports 256 color display on the 'st' terminal emulator. --- *** Prefer "chat.freenode.net" to "irc.freenode.net". "chat.freenode.net" has been the preferred address for connecting to the -freenode IRC network for years now. Occurrences of "irc.freenode.net" +Freenode IRC network for years now. Occurrences of "irc.freenode.net" have been replaced with "chat.freenode.net" throughout Emacs. @@ -1217,7 +1217,7 @@ Clicking the dictionary name changes the current dictionary. ** Package *** The new NonGNU ELPA archive is enabled by default alongside GNU ELPA. -Thus, packages on nonGNU ELPA will appear by default in the list shown +Thus, packages on NonGNU ELPA will appear by default in the list shown by 'list-packages'. ---