Mercurial > hg > octave-nkf
diff doc/interpreter/basics.txi @ 6477:a441d6681364
[project @ 2007-03-29 13:44:44 by jwe]
author | jwe |
---|---|
date | Thu, 29 Mar 2007 13:44:44 +0000 |
parents | ace8d8d26933 |
children | 2ee8293554a3 |
line wrap: on
line diff
--- a/doc/interpreter/basics.txi +++ b/doc/interpreter/basics.txi @@ -91,16 +91,16 @@ Specify the name of the info file to use. The value of @var{filename} specified on the command line will override any value of @code{OCTAVE_INFO_FILE} found in the environment, but not any commands -in the system or user startup files that set the built-in variable -@code{INFO_FILE}. +in the system or user startup files that use the the @code{info_file} +function. @item --info-program @var{program} @cindex @code{--info-program @var{program}} Specify the name of the info program to use. The value of @var{program} specified on the command line will override any value of @code{OCTAVE_INFO_PROGRAM} found in the environment, but not any -commands in the system or user startup files that set the built-in -variable @code{INFO_PROGRAM}. +commands in the system or user startup files that use the +@code{info_program} function. @item --interactive @itemx -i @@ -141,7 +141,8 @@ Specify the path to search for function files. The value of @var{path} specified on the command line will override any value of @code{OCTAVE_PATH} found in the environment, but not any commands in the -system or user startup files that set the built-in variable @code{LOADPATH}. +system or user startup files that set the internal variable @code{LOADPATH} +through one of the path functions. @item --persist Go to interactive mode after @code{--eval} or reading from a file @@ -297,11 +298,11 @@ comma and semicolons that are used as command separators. To get help for those, you must type @kbd{help comma} or @kbd{help semicolon}. -@DOCSTRING(INFO_FILE) +@DOCSTRING(info_file) -@DOCSTRING(INFO_PROGRAM) +@DOCSTRING(info_program) -@DOCSTRING(MAKEINFO_PROGRAM) +@DOCSTRING(makeinfo_program) @DOCSTRING(suppress_verbose_help_message)