comparison doc/interpreter/intro.txi @ 12546:39ca02387a32

Improve docstrings for a number of functions.
author Rik <octave@nomad.inbox5.com>
date Mon, 28 Mar 2011 16:38:13 -0700
parents 6f8ffe2c6f76
children 026b44b195b3
comparison
equal deleted inserted replaced
12545:e4a22302dc97 12546:39ca02387a32
383 because both forms of the documentation are created from the same input 383 because both forms of the documentation are created from the same input
384 file. 384 file.
385 385
386 In order to get good help you first need to know the name of the command 386 In order to get good help you first need to know the name of the command
387 that you want to use. This name of the function may not always be 387 that you want to use. This name of the function may not always be
388 obvious, but a good place to start is to just type @code{help --list}. 388 obvious, but a good place to start is to type @code{help --list}.
389 This will show you all the operators, keywords, built-in functions, 389 This will show you all the operators, keywords, built-in functions,
390 and loadable functions available in the current session of Octave. An 390 and loadable functions available in the current session of Octave. An
391 alternative is to search the documentation using the @code{lookfor} 391 alternative is to search the documentation using the @code{lookfor}
392 function. This function is described in @ref{Getting Help}. 392 function. This function is described in @ref{Getting Help}.
393 393