comparison lisp/progmodes/dcl-mode.el @ 47126:5a5a4566e9f7

(dcl-calc-cont-indent-relative): Fix typo.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 30 Aug 2002 11:02:54 +0000
parents 45db352a0971
children 0d8b17d428b5
comparison
equal deleted inserted replaced
47125:8eeb03f91048 47126:5a5a4566e9f7
1188 Indented lines will align with either: 1188 Indented lines will align with either:
1189 1189
1190 * the second word on the command line 1190 * the second word on the command line
1191 $ set default - 1191 $ set default -
1192 [-] 1192 [-]
1193 * the word after an asignment 1193 * the word after an assignment
1194 $ a = b + - 1194 $ a = b + -
1195 d 1195 d
1196 * the third word if it's a qualifier 1196 * the third word if it's a qualifier
1197 $ set terminal/width=80 - 1197 $ set terminal/width=80 -
1198 /page=24 1198 /page=24