From f65361f70ff6e38fcbf00c2fc67dff97f9861f51 Mon Sep 17 00:00:00 2001
From: Houtan Bastani <houtan@dynare.org>
Date: Thu, 22 May 2014 18:33:48 +0200
Subject: [PATCH] doc: add clarifying remark

---
 doc/dynare.texi | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/dynare.texi b/doc/dynare.texi
index 61a65797b4..b44a7c1c94 100644
--- a/doc/dynare.texi
+++ b/doc/dynare.texi
@@ -11358,7 +11358,9 @@ Whether or not to show vertical lines separating the columns. Default: @code{fal
 
 @anchor{addSeries}
 @defmethod Report addSeries data, graphHline, graphLegendName, graphLineColor, graphLineStyle, graphLineWidth, graphMarker, graphMarkerEdgeColor, graphMarkerFaceColor, graphMarkerSize, graphMiscTikzAddPlotOptions, graphShowInLegend, graphVline, tableDataRhs, tableRowColor, tableRowIndent, tableShowMarkers, tableAlignRight, tableNegColor, tablePosColor, tableSubSectionHeader, zeroTol
-Adds a @code{Series} to a @code{Graph} or a @code{Table}.
+Adds a @code{Series} to a @code{Graph} or a @code{Table}. NB: Options specific
+to graphs begin with `@code{graph}' while options specific to tables begin with
+`@code{table}'.
 @optionshead
 @table @code
 
-- 
GitLab