comparison libinterp/parse-tree/pt-mat.cc @ 18537:f958e8cd6348

maint: Periodic merge of gui-release to default.
author Rik <rik@octave.org>
date Sat, 01 Mar 2014 22:11:32 -0800
parents 6a71e5030df5 04b4fb217b1a
children 65554f5847ac
comparison
equal deleted inserted replaced
18528:9c8321ea6f58 18537:f958e8cd6348
1378 "-*- texinfo -*-\n\ 1378 "-*- texinfo -*-\n\
1379 @deftypefn {Built-in Function} {@var{val} =} string_fill_char ()\n\ 1379 @deftypefn {Built-in Function} {@var{val} =} string_fill_char ()\n\
1380 @deftypefnx {Built-in Function} {@var{old_val} =} string_fill_char (@var{new_val})\n\ 1380 @deftypefnx {Built-in Function} {@var{old_val} =} string_fill_char (@var{new_val})\n\
1381 @deftypefnx {Built-in Function} {} string_fill_char (@var{new_val}, \"local\")\n\ 1381 @deftypefnx {Built-in Function} {} string_fill_char (@var{new_val}, \"local\")\n\
1382 Query or set the internal variable used to pad all rows of a character\n\ 1382 Query or set the internal variable used to pad all rows of a character\n\
1383 matrix to the same length. It must be a single character. The default\n\ 1383 matrix to the same length; It must be a single character. The default\n\
1384 value is @qcode{\" \"} (a single space). For example:\n\ 1384 value is @qcode{\" \"} (a single space). For example:\n\
1385 \n\ 1385 \n\
1386 @example\n\ 1386 @example\n\
1387 @group\n\ 1387 @group\n\
1388 string_fill_char (\"X\");\n\ 1388 string_fill_char (\"X\");\n\