summaryrefslogtreecommitdiff
path: root/lisp/calculator.el
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2001-01-10 17:28:35 +0000
committerDave Love <fx@gnu.org>2001-01-10 17:28:35 +0000
commit2826ac81f74d90b809f71bfd6389172c45210650 (patch)
treef6079135c70d87a472f0f03318fda233ff07a932 /lisp/calculator.el
parentd196f58d913a6ed924e30b0a83f2a94932235b0a (diff)
downloademacs-2826ac81f74d90b809f71bfd6389172c45210650.tar.gz
(calculator-number-digits): Fix :type.
Diffstat (limited to 'lisp/calculator.el')
-rw-r--r--lisp/calculator.el2
1 files changed, 1 insertions, 1 deletions
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