Mercurial > hg > octave-lyh
diff doc/interpreter/basics.texi @ 3162:7c96e85c76db
[project @ 1998-04-08 18:19:35 by jwe]
author | jwe |
---|---|
date | Wed, 08 Apr 1998 18:21:04 +0000 |
parents | a494f93e60ff |
children | c17387059fd3 |
line wrap: on
line diff
--- a/doc/interpreter/basics.texi +++ b/doc/interpreter/basics.texi @@ -112,7 +112,7 @@ @item --no-line-editing @cindex @code{--no-line-editing} -Disable command-line editing and history. +Disable command-line editing. @item --no-site-file @cindex @code{--no-site-file} @@ -942,7 +942,7 @@ context. It marked the error at the @code{y} because the first name by itself was accepted as valid input. -Another class of error message occurs occurs at evaluation time. These +Another class of error message occurs at evaluation time. These errors are called @dfn{run-time errors}, or sometimes @dfn{evaluation errors} because they occur when your program is being @dfn{run}, or @dfn{evaluated}. For example, if after correcting the