Mercurial > hg > octave-nkf
comparison src/variables.cc @ 8516:e2a179415bac
doc fixes
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Wed, 14 Jan 2009 16:49:45 -0500 |
parents | 8ba2ee57c594 |
children | 095ae5e0a831 |
comparison
equal
deleted
inserted
replaced
8515:ec2715c76039 | 8516:e2a179415bac |
---|---|
2500 Centered (may only be applied to command %s).\n\ | 2500 Centered (may only be applied to command %s).\n\ |
2501 @end table\n\ | 2501 @end table\n\ |
2502 \n\ | 2502 \n\ |
2503 A command is composed like this:\n\ | 2503 A command is composed like this:\n\ |
2504 \n\ | 2504 \n\ |
2505 @example\n\ | 2505 @smallexample\n\ |
2506 %[modifier]<command>[:size_of_parameter[:center-specific[:balance]]];\n\ | 2506 %[modifier]<command>[:size_of_parameter[:center-specific[:balance]]];\n\ |
2507 @end example\n\ | 2507 @end smallexample\n\ |
2508 \n\ | 2508 \n\ |
2509 Command and modifier is already explained. Size_of_parameter\n\ | 2509 Command and modifier is already explained. The @code{size_of_parameter}\n\ |
2510 tells how many columns the parameter will need for printing.\n\ | 2510 parameter tells how many columns the parameter will need for printing.\n\ |
2511 The @code{center-specific} parameter may only be applied to command\n\ | 2511 The @code{center-specific} parameter may only be applied to command\n\ |
2512 @samp{%s}.\n\ | 2512 @samp{%s}.\n\ |
2513 The @code{balance} parameter specifies the offset for printing\n\ | 2513 The @code{balance} parameter specifies the offset for printing\n\ |
2514 the dimensions string.\n\ | 2514 the dimensions string.\n\ |
2515 \n\ | 2515 \n\ |
2516 The default format is \" %a:4; %ln:6; %cs:16:6:1; %rb:12; %lc:-1;\\n\".\n\ | 2516 The default format is\n\ |
2517 @code{\" %a:4; %ln:6; %cs:16:6:1; %rb:12; %lc:-1;\\n\"}.\n\ | |
2517 @end deftypefn") | 2518 @end deftypefn") |
2518 { | 2519 { |
2519 return SET_INTERNAL_VARIABLE (whos_line_format); | 2520 return SET_INTERNAL_VARIABLE (whos_line_format); |
2520 } | 2521 } |
2521 | 2522 |