comparison 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
comparison
equal deleted inserted replaced
7344:4571f691b0ce 7345:74075b3b54c1
148 the Emacs mode for Octave, the @kbd{M-;} (@code{indent-for-comment}) 148 the Emacs mode for Octave, the @kbd{M-;} (@code{indent-for-comment})
149 command automatically inserts such a @samp{#} in the right place, or 149 command automatically inserts such a @samp{#} in the right place, or
150 aligns such a comment if it is already present. 150 aligns such a comment if it is already present.
151 151
152 @item ## 152 @item ##
153 Comments that start with two semicolons, @samp{##}, should be aligned to 153 Comments that start with a double sharp-sign, @samp{##}, should be aligned to
154 the same level of indentation as the code. Such comments usually 154 the same level of indentation as the code. Such comments usually
155 describe the purpose of the following lines or the state of the program 155 describe the purpose of the following lines or the state of the program
156 at that point. 156 at that point.
157 @end table 157 @end table
158 158