diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2002-08-30 11:02:54 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2002-08-30 11:02:54 +0000 |
commit | 674e010d7dd9f620068eb5b254400b73df53c1ba (patch) | |
tree | f41a129cba6bae7918c465748887a45e576295a0 /lisp/progmodes/dcl-mode.el | |
parent | 134b66715d022e2a11dd4bfd9b1d46efa1e08d40 (diff) | |
download | emacs-674e010d7dd9f620068eb5b254400b73df53c1ba.tar.gz emacs-674e010d7dd9f620068eb5b254400b73df53c1ba.tar.bz2 emacs-674e010d7dd9f620068eb5b254400b73df53c1ba.zip |
(dcl-calc-cont-indent-relative): Fix typo.
Diffstat (limited to 'lisp/progmodes/dcl-mode.el')
-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: * the second word on the command line $ set default - [-] -* the word after an asignment +* the word after an assignment $ a = b + - d * the third word if it's a qualifier |