From: Dave Love Date: Wed, 7 Feb 2001 23:28:21 +0000 (+0000) Subject: (dcl-calc-command-indent-function): Fix :type. X-Git-Tag: emacs-pretest-21.0.98~113 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=48c9c43920ccfb606c22a194e0ec3e8556a0bd5d;p=emacs.git (dcl-calc-command-indent-function): Fix :type. --- diff --git a/lisp/progmodes/dcl-mode.el b/lisp/progmodes/dcl-mode.el index bac8c7d144c..104495c81b5 100644 --- a/lisp/progmodes/dcl-mode.el +++ b/lisp/progmodes/dcl-mode.el @@ -163,7 +163,7 @@ CUR-INDENT + EXTRA-INDENT. This package includes two functions suitable for this: dcl-calc-command-indent-multiple dcl-calc-command-indent-hang" - :type 'function + :type '(choice (const nil) function) :group 'dcl)