comparison doc/interpreter/func.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 674d00f5e072
children 8463d1a2e544
comparison
equal deleted inserted replaced
8816:a4a8f871be81 8817:03b7f618ab3d
615 ignore the time stamps for all function files. Passing 615 ignore the time stamps for all function files. Passing
616 @code{"system"} to this function resets the default behavior. 616 @code{"system"} to this function resets the default behavior.
617 617
618 @c FIXME -- note about time stamps on files in NFS environments? 618 @c FIXME -- note about time stamps on files in NFS environments?
619 619
620 @DOCSTRING(edit)
621
620 @DOCSTRING(mfilename) 622 @DOCSTRING(mfilename)
621 623
622 @DOCSTRING(ignore_function_time_stamp) 624 @DOCSTRING(ignore_function_time_stamp)
623 625
624 @menu 626 @menu
668 @DOCSTRING(rehash) 670 @DOCSTRING(rehash)
669 671
670 @DOCSTRING(file_in_loadpath) 672 @DOCSTRING(file_in_loadpath)
671 673
672 @DOCSTRING(restoredefaultpath) 674 @DOCSTRING(restoredefaultpath)
675
676 @DOCSTRING(command_line_path)
677
678 @DOCSTRING(find_dir_in_path)
673 679
674 @node Subfunctions 680 @node Subfunctions
675 @subsection Subfunctions 681 @subsection Subfunctions
676 682
677 A function file may contain secondary functions called 683 A function file may contain secondary functions called