From 2826ac81f74d90b809f71bfd6389172c45210650 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Wed, 10 Jan 2001 17:28:35 +0000 Subject: [PATCH] (calculator-number-digits): Fix :type. --- lisp/calculator.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/calculator.el b/lisp/calculator.el index a1d7412e73a..5a7bb268c17 100644 --- a/lisp/calculator.el +++ b/lisp/calculator.el @@ -94,7 +94,7 @@ documentation for `calculator-mode'." Used by the `calculator-standard-display' function - it will use the format string \"%.NC\" where this number is N and C is a character given at runtime." - :type 'string + :type 'integer :group 'calculator) (defcustom calculator-remove-zeros t -- 2.39.5