; * etc/NEWS: Fix last change (bug#76123).

This commit is contained in:
Eli Zaretskii 2025-02-08 14:01:17 +02:00
parent 3123562866
commit ad157a86ea

View file

@ -494,11 +494,11 @@ Emacs exit.
** Savehist
---
*** Savehist now saves variables only once.
*** Savehist no longer saves additional variables more than once.
If you configured 'savehist-additional-variables' with variables that
were also dynamically accumulated during minibuffer use, they were saved
twice in the file indicated by 'savehist-file'. These will no longer be
saved twice.
were also dynamically accumulated in minibuffer history during
minibuffer use, they are now saved only once in the file specified by
'savehist-file'. Previously, they were saved twice.
** Message