From: Jay Belanger Date: Fri, 20 Nov 2009 01:09:03 +0000 (+0000) Subject: (calc-octal-radix, calc-hex-radix): Add spec. X-Git-Tag: emacs-pretest-23.1.90~317 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d772f28bc815e84b490b728462a07e1e323e920c;p=emacs.git (calc-octal-radix, calc-hex-radix): Add spec. --- 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)