Mercurial > hg > octave-lyh
diff doc/interpreter/tips.txi @ 7345:74075b3b54c1
[project @ 2008-01-04 18:42:40 by jwe]
author | jwe |
---|---|
date | Fri, 04 Jan 2008 18:42:40 +0000 |
parents | 503001863427 |
children | a2d9f325b65a 7cc783e52ddb |
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.