]> git.eshelyaron.com Git - emacs.git/commitdiff
(delphi-newline-always-indents): Fix spellings in docstrings.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 10 Jun 2005 14:15:47 +0000 (14:15 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 10 Jun 2005 14:15:47 +0000 (14:15 +0000)
lisp/progmodes/delphi.el

index 3d86f15c17535a4453acbb864fbe1b9289d8efb0..166e5b8984e51974cd77f40e4d70572f21452ace 100644 (file)
@@ -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)