1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 02:51:31 -08:00

(calc-octal-radix, calc-hex-radix): Add spec.

This commit is contained in:
Jay Belanger 2009-11-20 01:09:03 +00:00
parent 2d1c8c66dc
commit d772f28bc8

View file

@ -823,7 +823,7 @@ the size of a Calc bignum digit.")
;;; Two's complement mode
(defun math-format-twos-complement (a)
"Format an integer in complement signed mode."
"Format an integer in two's complement mode."
(let* (;(calc-leading-zeros t)
(overflow nil)
(negative nil)