diff options
| author | Eli Zaretskii | 2025-07-05 11:36:38 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2025-07-05 11:36:38 +0300 |
| commit | 6b470d98482f0f5b2beaa7c5e92572cb2ad62fb5 (patch) | |
| tree | 424508a391cac915885f793608b3bf6909878a26 | |
| parent | 7e56ffd51bc5a00919f6a6af99fe9d329331a126 (diff) | |
| download | emacs-6b470d98482f0f5b2beaa7c5e92572cb2ad62fb5.tar.gz emacs-6b470d98482f0f5b2beaa7c5e92572cb2ad62fb5.zip | |
; * etc/NEWS: Fix last added entry.
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 4 insertions, 2 deletions
| @@ -355,8 +355,10 @@ retains the existing behavior of inserting parentheses. | |||
| 355 | 355 | ||
| 356 | +++ | 356 | +++ |
| 357 | *** New minor mode 'mode-line-invisible-mode'. | 357 | *** New minor mode 'mode-line-invisible-mode'. |
| 358 | This command toggles the mode-line visibility of the current buffer: | 358 | This minor mode makes the mode-line of the current buffer invisible. |
| 359 | hides it if it is shown, and shows it if it's hidden. | 359 | The command 'mode-line-invisible-mode' toggles the visibility of the |
| 360 | current-buffer's mode-line. The default is to show the mode line of | ||
| 361 | every buffer. | ||
| 360 | 362 | ||
| 361 | ** Tab Bars and Tab Lines | 363 | ** Tab Bars and Tab Lines |
| 362 | 364 | ||