comparison lisp/progmodes/delphi.el @ 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 f2892faa87d4
children e28ab96f1223 e58cb448e07c a1b34dec1104
comparison
equal deleted inserted replaced
63275:7c5cfb705766 63276:bb8a71ee1f10
150 :group 'delphi) 150 :group 'delphi)
151 151
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)
160 160
161 (defcustom delphi-comment-face 'font-lock-comment-face 161 (defcustom delphi-comment-face 'font-lock-comment-face