comparison lisp/progmodes/f90.el @ 19832:860e27fcf4b1

(f90-break-before-delimiters): Fix customize type.
author Richard M. Stallman <rms@gnu.org>
date Tue, 09 Sep 1997 02:58:06 +0000
parents 94f007fc6138
children 90f306f86f5d
comparison
equal deleted inserted replaced
19831:a517c846d04e 19832:860e27fcf4b1
217 :type 'regexp 217 :type 'regexp
218 :group 'f90) 218 :group 'f90)
219 219
220 (defcustom f90-break-before-delimiters t 220 (defcustom f90-break-before-delimiters t
221 "*Non-nil causes `f90-do-auto-fill' to break lines before delimiters." 221 "*Non-nil causes `f90-do-auto-fill' to break lines before delimiters."
222 :type 'regexp 222 :type 'boolean
223 :group 'f90) 223 :group 'f90)
224 224
225 (defcustom f90-auto-keyword-case nil 225 (defcustom f90-auto-keyword-case nil
226 "*Automatic case conversion of keywords. 226 "*Automatic case conversion of keywords.
227 The options are 'downcase-word, 'upcase-word, 'capitalize-word and nil" 227 The options are 'downcase-word, 'upcase-word, 'capitalize-word and nil"