]> git.eshelyaron.com Git - emacs.git/commitdiff
(dcl-calc-command-indent-function): Fix :type.
authorDave Love <fx@gnu.org>
Wed, 7 Feb 2001 23:28:21 +0000 (23:28 +0000)
committerDave Love <fx@gnu.org>
Wed, 7 Feb 2001 23:28:21 +0000 (23:28 +0000)
lisp/progmodes/dcl-mode.el

index bac8c7d144c33c99c01bfd53629f16ac14ce1fd5..104495c81b5a7f2984c8a9e1fa87be44dd9a32c6 100644 (file)
@@ -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)