Explorar o código

Reword news item about org-persist

Ihor Radchenko %!s(int64=3) %!d(string=hai) anos
pai
achega
79f89dd8aa
Modificáronse 1 ficheiros con 5 adicións e 2 borrados
  1. 5 2
      etc/ORG-NEWS

+ 5 - 2
etc/ORG-NEWS

@@ -44,14 +44,17 @@ The cache persistence can be controlled via
 
 *** New library =org-persist.el= implements variable persistence across Emacs sessions
 
-The library stored variable data in ~org-persist-directory~ (set to XDG
+The library stores variable data in ~org-persist-directory~ (set to XDG
 cache dir by default).
 
 The entry points are ~org-persist-register~, ~org-persist-unregister~,
 ~org-persist-read~, and ~org-persist-read-all~.  Storing circular
 structures is supported.  Storing references between different
 variables is also supported (see =:inherit= key in
-~org-persist-register~).
+~org-persist-register~).  
+
+The library permits storing buffer-local variables.  Such variables
+are linked to the buffer text, file =inode=, and file path.
 
 *** New =:options= attribute when exporting tables to LaTeX