diff options
| -rw-r--r-- | lisp/progmodes/delphi.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/delphi.el b/lisp/progmodes/delphi.el index 3d86f15c175..166e5b8984e 100644 --- a/lisp/progmodes/delphi.el +++ b/lisp/progmodes/delphi.el | |||
| @@ -152,8 +152,8 @@ regardless of where in the line point is when the TAB command is used." | |||
| 152 | (defcustom delphi-newline-always-indents t | 152 | (defcustom delphi-newline-always-indents t |
| 153 | "*Non-nil means NEWLINE in Delphi mode should always reindent the current | 153 | "*Non-nil means NEWLINE in Delphi mode should always reindent the current |
| 154 | line, insert a blank line and move to the default indent column of the blank | 154 | line, insert a blank line and move to the default indent column of the blank |
| 155 | line. If nil, then no indentation occurs, and NEWLINE does the usual | 155 | line. If nil, then no indentation occurs, and NEWLINE does the usual |
| 156 | behaviour. This is useful when one needs to do customized indentation that | 156 | behavior. This is useful when one needs to do customized indentation that |
| 157 | differs from the default." | 157 | differs from the default." |
| 158 | :type 'boolean | 158 | :type 'boolean |
| 159 | :group 'delphi) | 159 | :group 'delphi) |