diff options
| author | Eli Zaretskii | 2023-07-06 10:33:43 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2023-07-06 10:33:43 +0300 |
| commit | ea845e3fcd1d784c2f86595ff43f3fb37fd081ef (patch) | |
| tree | ea2194c3e34057ee03f9fdf1f876d6688a2a18e9 | |
| parent | c296bcc6c42ebb0fbc5078a137bbf6b501b8a44f (diff) | |
| download | emacs-ea845e3fcd1d784c2f86595ff43f3fb37fd081ef.tar.gz emacs-ea845e3fcd1d784c2f86595ff43f3fb37fd081ef.zip | |
; * etc/NEWS: Fix punctuation and whitespace of last added entry.
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -92,9 +92,9 @@ plus, minus, check-mark, start, etc. | |||
| 92 | The 'tool-bar-position' frame parameter can be set to 'bottom' on all | 92 | The 'tool-bar-position' frame parameter can be set to 'bottom' on all |
| 93 | window systems other than Nextstep. | 93 | window systems other than Nextstep. |
| 94 | 94 | ||
| 95 | ** Modeline elements can now be right-aligned | 95 | ** Modeline elements can now be right-aligned. |
| 96 | Anything following the symbol 'mode-line-format-right-align' in | 96 | Anything 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 |
| 98 | right-aligned to is controlled by the new user option | 98 | right-aligned to is controlled by the new user option |
| 99 | 'mode-line-right-align-edge'. | 99 | 'mode-line-right-align-edge'. |
| 100 | 100 | ||