comparison libinterp/corefcn/input.cc @ 18819:19a140e93b1f

doc: Periodic grammarcheck of documentation. * install.txi, linalg.txi, vectorize.txi, input.cc, pager.cc, pr-output.cc, imwrite.m, hgsave.m: Periodic grammarcheck of documentation.
author Rik <rik@octave.org>
date Mon, 09 Jun 2014 11:03:17 -0700
parents 692e16c9e488
children 5db5619fe54e
comparison
equal deleted inserted replaced
18818:4f0e4f20a33f 18819:19a140e93b1f
1005 return retval; 1005 return retval;
1006 } 1006 }
1007 1007
1008 DEFUN (__echostate__, , , 1008 DEFUN (__echostate__, , ,
1009 "-*- texinfo -*-\n\ 1009 "-*- texinfo -*-\n\
1010 @deftypefn {Built-in Function} {@var{state} =} __echostate__ ()\n\ 1010 @deftypefn {Built-in Function} {@var{state} =} __echostate__ ()\n\
1011 Undocumented internal function\n\ 1011 Undocumented internal function\n\
1012 @end deftypefn") 1012 @end deftypefn")
1013 { 1013 {
1014 return ovl (Vecho_executing_commands == ECHO_SCRIPTS); 1014 return ovl (Vecho_executing_commands == ECHO_SCRIPTS);
1015 } 1015 }