changeset 106148:3875adeabec5

(calc-octal-radix, calc-hex-radix): Add spec.
author Jay Belanger <jay.p.belanger@gmail.com>
date Fri, 20 Nov 2009 01:09:03 +0000
parents dbd3331d305f
children 8c0ff2935e8b
files lisp/calc/calc-bin.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/calc/calc-bin.el	Fri Nov 20 01:08:03 2009 +0000
+++ b/lisp/calc/calc-bin.el	Fri Nov 20 01:09:03 2009 +0000
@@ -823,7 +823,7 @@
 ;;; 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)