diff options
-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 |