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:
parent
d196f58d91
commit
2826ac81f7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user