diff options
author | Jay Belanger <jay.p.belanger@gmail.com> | 2009-11-20 01:09:03 +0000 |
---|---|---|
committer | Jay Belanger <jay.p.belanger@gmail.com> | 2009-11-20 01:09:03 +0000 |
commit | d772f28bc815e84b490b728462a07e1e323e920c (patch) | |
tree | dee757ab10226ce5eef23af6c3abf8a39b3881da /lisp/calc/calc-bin.el | |
parent | 2d1c8c66dc1af6a8ac07c74a81021285746cdae6 (diff) | |
download | emacs-d772f28bc815e84b490b728462a07e1e323e920c.tar.gz emacs-d772f28bc815e84b490b728462a07e1e323e920c.tar.bz2 emacs-d772f28bc815e84b490b728462a07e1e323e920c.zip |
(calc-octal-radix, calc-hex-radix): Add spec.
Diffstat (limited to 'lisp/calc/calc-bin.el')
-rw-r--r-- | lisp/calc/calc-bin.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calc/calc-bin.el b/lisp/calc/calc-bin.el index a011b06c28a..5aa41aab601 100644 --- a/lisp/calc/calc-bin.el +++ b/lisp/calc/calc-bin.el @@ -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) |