diff options
| author | Juanma Barranquero | 2002-08-30 11:02:54 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2002-08-30 11:02:54 +0000 |
| commit | 674e010d7dd9f620068eb5b254400b73df53c1ba (patch) | |
| tree | f41a129cba6bae7918c465748887a45e576295a0 | |
| parent | 134b66715d022e2a11dd4bfd9b1d46efa1e08d40 (diff) | |
| download | emacs-674e010d7dd9f620068eb5b254400b73df53c1ba.tar.gz emacs-674e010d7dd9f620068eb5b254400b73df53c1ba.zip | |
(dcl-calc-cont-indent-relative): Fix typo.
| -rw-r--r-- | lisp/progmodes/dcl-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/dcl-mode.el b/lisp/progmodes/dcl-mode.el index a79da3c8308..6f39a4840ff 100644 --- a/lisp/progmodes/dcl-mode.el +++ b/lisp/progmodes/dcl-mode.el | |||
| @@ -1190,7 +1190,7 @@ Indented lines will align with either: | |||
| 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 |