comparison libinterp/corefcn/variables.cc @ 20136:e51473fdb622

doc: Periodic grammarcheck of documentation. * func.txi, io.txi, error.cc, file-io.cc, regexp.cc, utils.cc, variables.cc, dlmwrite.m, strread.m, textread.m, textscan.m: Use @xbackslashchar to produce a backslash and resolve differences between Info viewer and pdf view. * warning_ids.m: Use @option around command line options. * qmr.m: Use @nospell macro for names in citation. * genpropdoc.m: Eliminate trailing space to closing '}'.
author Rik <rik@octave.org>
date Sun, 19 Apr 2015 17:55:33 -0700
parents 85c5a81c6ddd
children 4f45eaf83908
comparison
equal deleted inserted replaced
20135:a8769ccb2c4e 20136:e51473fdb622
2635 @code{balance} specifies the column number within the field width which will\n\ 2635 @code{balance} specifies the column number within the field width which will\n\
2636 be aligned between entries. Numbering starts from 0 which indicates the\n\ 2636 be aligned between entries. Numbering starts from 0 which indicates the\n\
2637 leftmost column. @code{left-min} specifies the minimum field width to the\n\ 2637 leftmost column. @code{left-min} specifies the minimum field width to the\n\
2638 left of the specified balance column.\n\ 2638 left of the specified balance column.\n\
2639 \n\ 2639 \n\
2640 The default format is\n\ 2640 The default format is:\n\
2641 @qcode{\" %a:4; %ln:6; %cs:16:6:1; %rb:12; %lc:-1;\\n\"}.\n\ 2641 \n\
2642 @qcode{\" %a:4; %ln:6; %cs:16:6:1; %rb:12; %lc:-1;@xbackslashchar{}n\"}\n\
2642 \n\ 2643 \n\
2643 When called from inside a function with the @qcode{\"local\"} option, the\n\ 2644 When called from inside a function with the @qcode{\"local\"} option, the\n\
2644 variable is changed locally for the function and any subroutines it calls. \n\ 2645 variable is changed locally for the function and any subroutines it calls. \n\
2645 The original variable value is restored when exiting the function.\n\ 2646 The original variable value is restored when exiting the function.\n\
2646 @seealso{whos}\n\ 2647 @seealso{whos}\n\