]> code.delx.au - gnu-emacs/commitdiff
(calc-octal-radix, calc-hex-radix): Add spec.
authorJay Belanger <jay.p.belanger@gmail.com>
Fri, 20 Nov 2009 01:09:03 +0000 (01:09 +0000)
committerJay Belanger <jay.p.belanger@gmail.com>
Fri, 20 Nov 2009 01:09:03 +0000 (01:09 +0000)
lisp/calc/calc-bin.el

index a011b06c28aedae7843e498fc444023105599bed..5aa41aab6017a6468011a9b32043623a0d9fd60e 100644 (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)