aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2025-02-08 14:01:17 +0200
committerEli Zaretskii2025-02-08 14:01:17 +0200
commitad157a86ea9486fcd54522a198108258be28e151 (patch)
tree68639fd513e1f757cac853cef22ed4ac27620d12
parent3123562866130d4ab45c5af7b80aaf0815060ce5 (diff)
downloademacs-ad157a86ea9486fcd54522a198108258be28e151.tar.gz
emacs-ad157a86ea9486fcd54522a198108258be28e151.zip
; * etc/NEWS: Fix last change (bug#76123).
-rw-r--r--etc/NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 1632cdcfed2..4ab24df14d2 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -494,11 +494,11 @@ Emacs exit.
494** Savehist 494** Savehist
495 495
496--- 496---
497*** Savehist now saves variables only once. 497*** Savehist no longer saves additional variables more than once.
498If you configured 'savehist-additional-variables' with variables that 498If you configured 'savehist-additional-variables' with variables that
499were also dynamically accumulated during minibuffer use, they were saved 499were also dynamically accumulated in minibuffer history during
500twice in the file indicated by 'savehist-file'. These will no longer be 500minibuffer use, they are now saved only once in the file specified by
501saved twice. 501'savehist-file'. Previously, they were saved twice.
502 502
503** Message 503** Message
504 504