Mercurial > hg > octave-lyh
diff src/parse.h @ 338:82d30a23c979
[project @ 1994-02-07 07:09:33 by jwe]
author | jwe |
---|---|
date | Mon, 07 Feb 1994 07:21:43 +0000 |
parents | 13c6086c325c |
children | 0b52c68ec81f |
line wrap: on
line diff
--- a/src/parse.h +++ b/src/parse.h @@ -1,7 +1,7 @@ // parse.h -*- C++ -*- /* -Copyright (C) 1992, 1993 John W. Eaton +Copyright (C) 1992, 1993, 1994 John W. Eaton This file is part of Octave. @@ -75,7 +75,7 @@ #define HELP_BUF_LENGTH 8192 -// Buffer for help text snagged from M-files. +// Buffer for help text snagged from function files. extern char help_buf [HELP_BUF_LENGTH]; // Nonzero means we're working on a plot command.