# HG changeset patch # User Juanma Barranquero # Date 1118412947 0 # Node ID bb8a71ee1f1016acaee08347497f214f5f0d990d # Parent 7c5cfb705766e1bbe74d2297f89e727b672aaa79 (delphi-newline-always-indents): Fix spellings in docstrings. diff -r 7c5cfb705766 -r bb8a71ee1f10 lisp/progmodes/delphi.el --- a/lisp/progmodes/delphi.el Fri Jun 10 14:15:10 2005 +0000 +++ b/lisp/progmodes/delphi.el Fri Jun 10 14:15:47 2005 +0000 @@ -152,8 +152,8 @@ (defcustom delphi-newline-always-indents t "*Non-nil means NEWLINE in Delphi mode should always reindent the current line, insert a blank line and move to the default indent column of the blank -line. If nil, then no indentation occurs, and NEWLINE does the usual -behaviour. This is useful when one needs to do customized indentation that +line. If nil, then no indentation occurs, and NEWLINE does the usual +behavior. This is useful when one needs to do customized indentation that differs from the default." :type 'boolean :group 'delphi)