summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2021-12-08 10:20:42 +0100
committerMichael Albinus <michael.albinus@gmx.de>2021-12-08 10:20:42 +0100
commitd5a6dd1f8cd1faf674f6fac3d70e21871f442bc1 (patch)
tree1a0e667f875785bffaf474312c208f5153c7c6e0 /etc
parentb0a960308bde2a32a3c0e2c6d7a53c01504ae5c2 (diff)
downloademacs-d5a6dd1f8cd1faf674f6fac3d70e21871f442bc1.tar.gz
; * etc/NEWS: Fix typos.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS11
1 files changed, 6 insertions, 5 deletions
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
---