comparison libinterp/corefcn/dirfns.cc @ 20213:2ae4a7ef4378 stable

doc: Clean up several deftypefn entries of Command type. * dirfns.cc (Fcd): Add parentheses to function calling form. * input.cc (Fecho): List each Command calling form. * variables.cc (Fwhos): Use "Built-in Function" for functional calling form. * box.m: List no argument form first. * hidden.m: Remove quotes from "on"/"off" arguments to command.
author Rik <rik@octave.org>
date Mon, 11 May 2015 22:13:08 -0700
parents 4f45eaf83908
children b597bd161a5f
comparison
equal deleted inserted replaced
20212:4951982f8a2c 20213:2ae4a7ef4378
94 94
95 DEFUN (cd, args, nargout, 95 DEFUN (cd, args, nargout,
96 "-*- texinfo -*-\n\ 96 "-*- texinfo -*-\n\
97 @deftypefn {Command} {} cd @var{dir}\n\ 97 @deftypefn {Command} {} cd @var{dir}\n\
98 @deftypefnx {Command} {} cd\n\ 98 @deftypefnx {Command} {} cd\n\
99 @deftypefnx {Built-in Function} {@var{old_dir} =} cd @var{dir}\n\ 99 @deftypefnx {Built-in Function} {@var{old_dir} =} cd (@var{dir})\n\
100 @deftypefnx {Command} {} chdir @dots{}\n\ 100 @deftypefnx {Command} {} chdir @dots{}\n\
101 Change the current working directory to @var{dir}.\n\ 101 Change the current working directory to @var{dir}.\n\
102 \n\ 102 \n\
103 If @var{dir} is omitted, the current directory is changed to the user's home\n\ 103 If @var{dir} is omitted, the current directory is changed to the user's home\n\
104 directory (@qcode{\"~\"}).\n\ 104 directory (@qcode{\"~\"}).\n\