Mercurial > hg > octave-nkf
changeset 11751:e474c782e1e2 release-3-0-x
doc fix
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Mon, 14 Apr 2008 13:43:15 -0400 |
parents | 3d929f68d226 |
children | ee21531f1b5e |
files | doc/interpreter/tips.txi |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/interpreter/tips.txi +++ b/doc/interpreter/tips.txi @@ -150,7 +150,7 @@ aligns such a comment if it is already present. @item ## -Comments that start with two semicolons, @samp{##}, should be aligned to +Comments that start with a double sharp-sign, @samp{##}, should be aligned to the same level of indentation as the code. Such comments usually describe the purpose of the following lines or the state of the program at that point.