1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

(calculator-number-digits): Fix :type.

This commit is contained in:
Dave Love 2001-01-10 17:28:35 +00:00
parent d196f58d91
commit 2826ac81f7

View File

@ -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