aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2025-07-05 11:36:38 +0300
committerEli Zaretskii2025-07-05 11:36:38 +0300
commit6b470d98482f0f5b2beaa7c5e92572cb2ad62fb5 (patch)
tree424508a391cac915885f793608b3bf6909878a26
parent7e56ffd51bc5a00919f6a6af99fe9d329331a126 (diff)
downloademacs-6b470d98482f0f5b2beaa7c5e92572cb2ad62fb5.tar.gz
emacs-6b470d98482f0f5b2beaa7c5e92572cb2ad62fb5.zip
; * etc/NEWS: Fix last added entry.
-rw-r--r--etc/NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 2067069abe0..8b36023078b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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'.
358This command toggles the mode-line visibility of the current buffer: 358This minor mode makes the mode-line of the current buffer invisible.
359hides it if it is shown, and shows it if it's hidden. 359The command 'mode-line-invisible-mode' toggles the visibility of the
360current-buffer's mode-line. The default is to show the mode line of
361every buffer.
360 362
361** Tab Bars and Tab Lines 363** Tab Bars and Tab Lines
362 364