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:
parent
2d1c8c66dc
commit
d772f28bc8
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue