summaryrefslogtreecommitdiff
path: root/lisp/progmodes/delphi.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2005-06-10 14:15:47 +0000
committerJuanma Barranquero <lekktu@gmail.com>2005-06-10 14:15:47 +0000
commit644efc09c48de7f15afdf808d0bb3d5dd4ed930b (patch)
treec2b69b0898dca43c0e17fdff50afcaffaaddca14 /lisp/progmodes/delphi.el
parentbb27ac6f32e47e76793b8219d28646bf59a892da (diff)
downloademacs-644efc09c48de7f15afdf808d0bb3d5dd4ed930b.tar.gz
(delphi-newline-always-indents): Fix spellings in docstrings.
Diffstat (limited to 'lisp/progmodes/delphi.el')
-rw-r--r--lisp/progmodes/delphi.el4
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."
(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)