]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Improve wording of 'xdg-state-home' entry.
authorStefan Kangas <stefankangas@gmail.com>
Wed, 14 Sep 2022 08:15:08 +0000 (10:15 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Wed, 14 Sep 2022 08:24:55 +0000 (10:24 +0200)
etc/NEWS

index 4053e39b773307388ac1088da891ef4a678b6006..82168038c340a3bec5266ae4c36aa7bb45cf894a 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3452,11 +3452,13 @@ This means the vscroll will not be reset when set on a window that is
 ** XDG support
 
 ---
-*** New function 'xdg-state-home' returns 'XDG_STATE_HOME' environment variable.
-This new location, introduced in the XDG Base Directory Specification
-version 0.8 (8th May 2021), "contains state data that should persist
+*** New function 'xdg-state-home'.
+It returns the new 'XDG_STATE_HOME' environment variable.  It should
+point to a file name that "contains state data that should persist
 between (application) restarts, but that is not important or portable
 enough to the user that it should be stored in $XDG_DATA_HOME".
+(This variable was introduced in the XDG Base Directory Specification
+version 0.8 released on May 8, 2021.)
 
 ---
 *** New function 'xdg-current-desktop'.