aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2023-07-06 10:33:43 +0300
committerEli Zaretskii2023-07-06 10:33:43 +0300
commitea845e3fcd1d784c2f86595ff43f3fb37fd081ef (patch)
treeea2194c3e34057ee03f9fdf1f876d6688a2a18e9
parentc296bcc6c42ebb0fbc5078a137bbf6b501b8a44f (diff)
downloademacs-ea845e3fcd1d784c2f86595ff43f3fb37fd081ef.tar.gz
emacs-ea845e3fcd1d784c2f86595ff43f3fb37fd081ef.zip
; * etc/NEWS: Fix punctuation and whitespace of last added entry.
-rw-r--r--etc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 50fd1382866..ab975da5e7f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -92,9 +92,9 @@ plus, minus, check-mark, start, etc.
92The 'tool-bar-position' frame parameter can be set to 'bottom' on all 92The 'tool-bar-position' frame parameter can be set to 'bottom' on all
93window systems other than Nextstep. 93window systems other than Nextstep.
94 94
95** Modeline elements can now be right-aligned 95** Modeline elements can now be right-aligned.
96Anything following the symbol 'mode-line-format-right-align' in 96Anything following the symbol 'mode-line-format-right-align' in
97'mode-line-format' will be right-aligned. Exactly where it is 97'mode-line-format' will be right-aligned. Exactly where it is
98right-aligned to is controlled by the new user option 98right-aligned to is controlled by the new user option
99'mode-line-right-align-edge'. 99'mode-line-right-align-edge'.
100 100