emacs-diffs
[Top][All Lists]
Advanced

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

scratch/sqlite b58393b: Document the multisession options


From: Lars Ingebrigtsen
Subject: scratch/sqlite b58393b: Document the multisession options
Date: Mon, 13 Dec 2021 21:45:23 -0500 (EST)

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

    Document the multisession options
---
 doc/lispref/variables.texi | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi
index ff67ffd..23ad4bf 100644
--- a/doc/lispref/variables.texi
+++ b/doc/lispref/variables.texi
@@ -2848,6 +2848,19 @@ instances are updating the value at the same time, it's 
unpredictable
 which instance ``wins''.
 @end defun
 
+@defopt multisession-storage
+This variable controls how the multisession variables are stored.  This
+value defaults to @code{files}, which means that the values are stored
+inin a one-file-per-value structure.  If this value is @code{sqlite}
+instead, the values are stored in an SQLite database instead.
+@end defopt
+
+@defopt multisession-directory
+The multisession variables are stored under this directory, and it
+defaults to @file{multisession/} under @code{user-emacs-directory},
+typically @file{~/.emacs.d/multisession/}.
+@end defopt
+
 @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.



reply via email to

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