Mercurial > emacs
changeset 63276:bb8a71ee1f10
(delphi-newline-always-indents): Fix spellings in docstrings.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 10 Jun 2005 14:15:47 +0000 |
parents | 7c5cfb705766 |
children | 5582d58c0fae |
files | lisp/progmodes/delphi.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)