changeset 35214:668b2bcf528a

(calculator-number-digits): Fix :type.
author Dave Love <fx@gnu.org>
date Wed, 10 Jan 2001 17:28:35 +0000
parents 9aa83f74d2c9
children 2be11f207ca8
files lisp/calculator.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/calculator.el	Wed Jan 10 17:20:35 2001 +0000
+++ b/lisp/calculator.el	Wed Jan 10 17:28:35 2001 +0000
@@ -94,7 +94,7 @@
 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