From: Michael Albinus Date: Wed, 8 Dec 2021 09:20:42 +0000 (+0100) Subject: ; * etc/NEWS: Fix typos. X-Git-Tag: emacs-29.0.90~3608^2~15 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d5a6dd1f8cd1faf674f6fac3d70e21871f442bc1;p=emacs.git ; * etc/NEWS: Fix typos. --- diff --git a/etc/NEWS b/etc/NEWS index e8e0c910ef0..b9134d850ee 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -85,8 +85,8 @@ To get the old monospaced mode line back, customize the 'mode-line-active' and 'mode-line-inactive' faces not to inherit from the 'variable-pitch' face, or add this to your "~/.emacs": - (set-face-attribute 'mode-line-active nil :inherit 'mode-line) - (set-face-attribute 'mode-line-inactive nil :inherit 'mode-line) + (set-face-attribute 'mode-line-active nil :inherit 'mode-line) + (set-face-attribute 'mode-line-inactive nil :inherit 'mode-line) * Changes in Emacs 29.1 @@ -556,8 +556,8 @@ user options that are no longer needed are now obsolete: *** Navigation and marking commands now work in image display buffer. The following new bindings have been added: - n / SPC image-dired-display-previous-thumbnail-original - p / DEL image-dired-display-next-thumbnail-original + n / SPC image-dired-display-next-thumbnail-original + p / DEL image-dired-display-previous-thumbnail-original m image-dired-mark-thumb-original-file d image-dired-flag-thumb-original-file u image-dired-unmark-thumb-original-file @@ -718,10 +718,11 @@ Emacs buffers, like indentation and the like. The new ert function * Incompatible Lisp Changes in Emacs 29.1 -** User option 'mail-source-ignore-errors' is now obsolete +** User option 'mail-source-ignore-errors' is now obsolete. The whole mechanism for prompting users to continue in case of mail-source errors has been removed, so this option is no longer needed. + ** Fonts ---