comparison doc/interpreter/basics.txi @ 8817:03b7f618ab3d

include docstrings for new functions in the manual
author John W. Eaton <jwe@octave.org>
date Thu, 19 Feb 2009 15:39:19 -0500
parents fa78cb8d8a5c
children eb63fbe60fab
comparison
equal deleted inserted replaced
8816:a4a8f871be81 8817:03b7f618ab3d
330 330
331 @DOCSTRING(doc) 331 @DOCSTRING(doc)
332 332
333 @DOCSTRING(lookfor) 333 @DOCSTRING(lookfor)
334 334
335 To see what is new in the current release of Octave, use the @code{news}
336 function.
337
338 @DOCSTRING(news)
339
340 @DOCSTRING(info)
341
342 @DOCSTRING(warranty)
343
335 The following function can be used to change which programs are used 344 The following function can be used to change which programs are used
336 for displaying the documentation, and where the documentation can be 345 for displaying the documentation, and where the documentation can be
337 found. 346 found.
338 347
339 @DOCSTRING(info_file) 348 @DOCSTRING(info_file)
630 customize how readline works through a configuration file. 639 customize how readline works through a configuration file.
631 640
632 @c FIXME -- need a brief description of the ~/.inputrc file here. 641 @c FIXME -- need a brief description of the ~/.inputrc file here.
633 642
634 @DOCSTRING(read_readline_init_file) 643 @DOCSTRING(read_readline_init_file)
644
645 @DOCSTRING(re_read_readline_init_file)
635 646
636 @node Customizing the Prompt 647 @node Customizing the Prompt
637 @subsection Customizing the Prompt 648 @subsection Customizing the Prompt
638 @cindex prompt customization 649 @cindex prompt customization
639 @cindex customizing the prompt 650 @cindex customizing the prompt