comparison lisp/progmodes/dcl-mode.el @ 35960:a21a0d45ea19

(dcl-calc-command-indent-function): Fix :type.
author Dave Love <fx@gnu.org>
date Wed, 07 Feb 2001 23:28:21 +0000
parents f5b3f55fc25b
children 45db352a0971
comparison
equal deleted inserted replaced
35959:c49a286df476 35960:a21a0d45ea19
161 CUR-INDENT + EXTRA-INDENT. 161 CUR-INDENT + EXTRA-INDENT.
162 162
163 This package includes two functions suitable for this: 163 This package includes two functions suitable for this:
164 dcl-calc-command-indent-multiple 164 dcl-calc-command-indent-multiple
165 dcl-calc-command-indent-hang" 165 dcl-calc-command-indent-hang"
166 :type 'function 166 :type '(choice (const nil) function)
167 :group 'dcl) 167 :group 'dcl)
168 168
169 169
170 (defcustom dcl-calc-cont-indent-function 'dcl-calc-cont-indent-relative 170 (defcustom dcl-calc-cont-indent-function 'dcl-calc-cont-indent-relative
171 "*Function to calculate indentation for a continuation line. 171 "*Function to calculate indentation for a continuation line.