diff options
| author | Eli Zaretskii | 2025-02-08 14:01:17 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2025-02-08 14:01:17 +0200 |
| commit | ad157a86ea9486fcd54522a198108258be28e151 (patch) | |
| tree | 68639fd513e1f757cac853cef22ed4ac27620d12 | |
| parent | 3123562866130d4ab45c5af7b80aaf0815060ce5 (diff) | |
| download | emacs-ad157a86ea9486fcd54522a198108258be28e151.tar.gz emacs-ad157a86ea9486fcd54522a198108258be28e151.zip | |
; * etc/NEWS: Fix last change (bug#76123).
| -rw-r--r-- | etc/NEWS | 8 |
1 files changed, 4 insertions, 4 deletions
| @@ -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. |
| 498 | If you configured 'savehist-additional-variables' with variables that | 498 | If you configured 'savehist-additional-variables' with variables that |
| 499 | were also dynamically accumulated during minibuffer use, they were saved | 499 | were also dynamically accumulated in minibuffer history during |
| 500 | twice in the file indicated by 'savehist-file'. These will no longer be | 500 | minibuffer use, they are now saved only once in the file specified by |
| 501 | saved twice. | 501 | 'savehist-file'. Previously, they were saved twice. |
| 502 | 502 | ||
| 503 | ** Message | 503 | ** Message |
| 504 | 504 | ||