emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

scratch/sqlite 983017f: Mention list-multisession-values


From: Lars Ingebrigtsen
Subject: scratch/sqlite 983017f: Mention list-multisession-values
Date: Sun, 12 Dec 2021 02:53:53 -0500 (EST)

branch: scratch/sqlite
commit 983017f96e0775d0356f2cc6bcbc77fc11d94c60
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Mention list-multisession-values
---
 doc/lispref/variables.texi | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi
index 844d125..a4b4f33 100644
--- a/doc/lispref/variables.texi
+++ b/doc/lispref/variables.texi
@@ -2768,8 +2768,9 @@ URL library stores cookies in 
@file{~/.emacs.d/url/cookies}.
 For things in between these two extremes (i.e., configuration which
 goes in the startup file, and massive application state that goes into
 separate files), Emacs provides a facility to replicate data between
-sessions called @dfn{multisession variables}.  To give you an idea of
-how these are meant to be used, here's a small example:
+sessions called @dfn{multisession variables}.  (This may not be
+available on all systems.)  To give you an idea of how these are meant
+to be used, here's a small example:
 
 @lisp
 (define-multisession-variable foo-var 0)
@@ -2840,3 +2841,8 @@ This will first check whether the value has changed in a 
different
 Emacs instance, retrieve that value, and then add 1 to that value, and
 then store it.
 @end defun
+
+@defun list-multisession-values
+This function will pop up a new window that lists all multisession
+variables, and allows you to delete and edit them.
+@end defun



reply via email to

[Prev in Thread] Current Thread [Next in Thread]