Updated the docs and the parser for EXAMINE to make it clearer which options
[pspp-builds.git] / src / language / stats / examine.q
index f72a80248b96049ba113aa3dfb09582a84c57539..6f34eee9a7d9f420360383294bd355e3e3328d2f 100644 (file)
@@ -279,6 +279,12 @@ output_examine(void)
       if ( cmd.sbc_plot) 
        {
          int v;
+         if ( cmd.a_plot[XMN_PLT_STEMLEAF] ) 
+           msg (SW, _("%s is not currently supported."), "STEMLEAF");
+
+         if ( cmd.a_plot[XMN_PLT_SPREADLEVEL] ) 
+           msg (SW, _("%s is not currently supported."), "SPREADLEVEL");
+
          if ( cmd.a_plot[XMN_PLT_NPPLOT] ) 
            {
              for ( v = 0 ; v < n_dependent_vars; ++v )