summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2024-12-03 22:54:49 +0100
committerJonas Bernoulli <jonas@bernoul.li>2024-12-03 22:54:49 +0100
commit314f9863d0a2c77a7141e15c193eb0c0590b32bd (patch)
tree326fa334ffd9d86eea845955afbc2016054bed5f /docs
parent2f76ce107c6ef57e42db1dd773bf5ab932eaaea0 (diff)
manual: Document transient-save-history
Diffstat (limited to 'docs')
-rw-r--r--docs/transient.org5
-rw-r--r--docs/transient.texi5
2 files changed, 10 insertions, 0 deletions
diff --git a/docs/transient.org b/docs/transient.org
index 26ff5fa..de475aa 100644
--- a/docs/transient.org
+++ b/docs/transient.org
@@ -294,6 +294,11 @@ read the same kind of value to also use the same history key (see
Both kinds of history are saved to a file when Emacs is exited.
+- User Option: transient-save-history ::
+
+ This option controls whether the history of transient commands is
+ saved when exiting Emacs.
+
- User Option: transient-history-file ::
This option names the file that is used to persist the history of
diff --git a/docs/transient.texi b/docs/transient.texi
index b9331ec..33be8f4 100644
--- a/docs/transient.texi
+++ b/docs/transient.texi
@@ -437,6 +437,11 @@ read the same kind of value to also use the same history key (see
Both kinds of history are saved to a file when Emacs is exited.
+@defopt transient-save-history
+This option controls whether the history of transient commands is
+saved when exiting Emacs.
+@end defopt
+
@defopt transient-history-file
This option names the file that is used to persist the history of
transients and their infixes between Emacs sessions.