]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Fix typos.
authorStefan Kangas <stefankangas@gmail.com>
Fri, 16 Sep 2022 13:03:19 +0000 (15:03 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Fri, 16 Sep 2022 13:27:25 +0000 (15:27 +0200)
etc/NEWS

index 4030589decfab3369b6fa2e72beabf0f2cf67d68..15854be8fd27eb20480a785e1d02c6dcc01c0318 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -386,7 +386,7 @@ the current buffer and the text "GNU Emacs" instead of the value of
 your init file:
 
     (setq frame-title-format '(multiple-frames "%b"
-                              ("" invocation-name "@" system-name)))
+                               ("" invocation-name "@" system-name)))
 
 *** New frame parameter 'drag-with-tab-line'.
 This parameter, similar to 'drag-with-header-line', allows moving frames
@@ -3951,7 +3951,6 @@ and enable the MS-Windows native Input Method Editor (IME) at run
 time.  A companion function 'w32-get-ime-open-status' returns the
 current IME activation status.
 
---
 ** On macOS, 's-<left>' and 's-<right>' are now bound to
 'move-beginning-of-line' and 'move-end-of-line' respectively.  The commands
 to select previous/next frame are still bound to 's-~' and 's-`'.