From d1d6dc0123f7ab9fe064f314609650adddd0eabb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Mon, 23 Oct 2023 19:06:56 +0200
Subject: [PATCH] Manual: document oo_.exo_steady_state

(cherry picked from commit 1334ae045a6644fc6cab3de8b187cd3d01670e64)
---
 doc/manual/source/the-model-file.rst | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/doc/manual/source/the-model-file.rst b/doc/manual/source/the-model-file.rst
index 8b42807271..ad4f2ec2eb 100644
--- a/doc/manual/source/the-model-file.rst
+++ b/doc/manual/source/the-model-file.rst
@@ -2965,6 +2965,13 @@ After computation, the steady state is available in the following variable:
     ordered in the order of declaration used in the ``var`` command (which
     is also the order used in ``M_.endo_names``).
 
+.. matvar:: oo_.exo_steady_state
+
+    Contains the steady state of the exogenous variables, as declared by the
+    previous ``initval`` or ``endval`` block. Exogenous variables are
+    ordered in the order of declaration used in the ``varexo`` command (which
+    is also the order used in ``M_.exo_names``).
+
 .. matcomm:: get_mean ('ENDOGENOUS_NAME' [, 'ENDOGENOUS_NAME']... );
 
     Returns the steady of state of the given endogenous variable(s), as it is
-- 
GitLab