Mercurial > hg > octave-lyh
diff src/input.cc @ 9035:57649dcecb55
Documentation cleanup of basics.texi
Added documentation for new block comments feature
Spellcheck
Miscellaneous language cleanup for clarity
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Sat, 21 Mar 2009 08:29:37 -0700 |
parents | eb63fbe60fab |
children | 7c02ec148a3c |
line wrap: on
line diff
--- a/src/input.cc +++ b/src/input.cc @@ -1280,7 +1280,7 @@ @deftypefnx {Built-in Function} {@var{old_val} =} PS2 (@var{new_val})\n\ Query or set the secondary prompt string. The secondary prompt is\n\ printed when Octave is expecting additional input to complete a\n\ -command. For example, if you are typing a for loop that spans several\n\ +command. For example, if you are typing a @code{for} loop that spans several\n\ lines, Octave will print the secondary prompt at the beginning of\n\ each line after the first. The default value of the secondary prompt\n\ string is @code{\"> \"}.\n\