Mercurial > hg > octave-lyh
diff src/variables.cc @ 1116:0e2974c1cc37
[project @ 1995-02-15 21:16:26 by jwe]
author | jwe |
---|---|
date | Wed, 15 Feb 1995 21:19:47 +0000 |
parents | 3535aa4d38c6 |
children | 46619c5ca048 |
line wrap: on
line diff
--- a/src/variables.cc +++ b/src/variables.cc @@ -1634,6 +1634,12 @@ split_long_rows, "split long matrix rows instead of wrapping"); + DEFVAR ("suppress_verbose_help_message", + SBV_suppress_verbose_help_message, "false", 0, 0, 1, + suppress_verbose_help_message, + "suppress printing of message pointing to additional help in the\n\ +help and usage functions"); + DEFVAR ("stdin", SBV_stdin, 0.0, 0, 1, 1, 0, "file number of the standard input stream");