# HG changeset patch # User Rik # Date 1306343508 25200 # Node ID 02f8f4c509ec082720784f5970e19d1d080ba659 # Parent 486c9aea34d322a980b91df40fbac293254d4b92 ls_command.m: Add additional calling forms to DOCSTRING. * ls_command.m: Add additional calling forms to DOCSTRING. diff -r 486c9aea34d3 -r 02f8f4c509ec scripts/miscellaneous/ls_command.m --- a/scripts/miscellaneous/ls_command.m Tue May 17 22:31:05 2011 -0700 +++ b/scripts/miscellaneous/ls_command.m Wed May 25 10:11:48 2011 -0700 @@ -17,10 +17,9 @@ ## . ## -*- texinfo -*- -## @deftypefn {Function File} {[@var{old_cmd} =} ls_command (@var{cmd}) -## Set or return the shell command used by Octave's @code{ls} command. -## The value of @var{cmd} must be a character string. -## With no arguments, simply return the previous value. +## @deftypefn {Function File} {@var{val} =} ls_command () +## @deftypefnx {Function File} {@var{old_val} =} ls_command (@var{new_val}) +## Query or set the shell command used by Octave's @code{ls} command. ## @seealso{ls} ## @end deftypefn