From 1c12049c53bb3698010c415c9629d901fcfead87 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Mon, 20 Jan 2020 14:58:45 +0100
Subject: [PATCH] Manual: FILENAME need not always be a quoted string (in a
 Dynare context)

Ref. !1692

(cherry picked from commit 2fb18bba973fd7a447a6da312f7972b707b839b2)
---
 doc/manual/source/the-model-file.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/manual/source/the-model-file.rst b/doc/manual/source/the-model-file.rst
index 6a4717ae85..f721a69594 100644
--- a/doc/manual/source/the-model-file.rst
+++ b/doc/manual/source/the-model-file.rst
@@ -10497,13 +10497,13 @@ Dynare has comments to plot the results of a simulation and to save the results.
 .. command:: dynatype (FILENAME) [VARIABLE_NAME...];
 
     |br| This command prints the listed endogenous or exogenous variables in a text file named
-    FILENAME, where FILENAME is a quoted string. If no VARIABLE_NAME is listed, all endogenous variables
+    FILENAME. If no VARIABLE_NAME is listed, all endogenous variables
     are printed.
 
 .. command:: dynasave (FILENAME) [VARIABLE_NAME...];
 
     |br| This command saves the listed endogenous or exogenous variables in a binary file
-    named FILENAME, where FILENAME is a quoted string. If no VARIABLE_NAME is listed, all endogenous
+    named FILENAME. If no VARIABLE_NAME is listed, all endogenous
     variables are saved.
 
     In MATLAB or Octave, variables saved with the ``dynasave`` command
-- 
GitLab