From 9fd9239990815450cc19d2cfb642da62e141a3f0 Mon Sep 17 00:00:00 2001 From: "Avi Halachmi (:avih)" Date: Sun, 30 Jan 2022 14:11:56 +0200 Subject: DOCS/input.rst: profile-list: profile-restore could be missing Currently the profile-restore field is intentionally omitted if it holds the default value (i.e. no values are stored for the profile, and trying to restore would only warn). See m_config_get_profiles at command.c . --- DOCS/man/input.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst index 514ec0ad53..2dc9bebf57 100644 --- a/DOCS/man/input.rst +++ b/DOCS/man/input.rst @@ -3385,6 +3385,10 @@ Property list not a map, as order matters and duplicate entries are possible. Recursive profiles are not expanded, and show up as special ``profile`` options. + The ``profile-restore`` field is currently missing if it holds the default + value (either because it was not set, or set explicitly to ``default``), + but in the future it might hold the value ``default``. + ``command-list`` The list of input commands. This returns an array of maps, where each map node represents a command. This map currently only has a single entry: -- cgit v1.2.3