summaryrefslogtreecommitdiff
path: root/lisp/calc/calc-bin.el
diff options
context:
space:
mode:
authorJay Belanger <jay.p.belanger@gmail.com>2009-11-20 01:09:03 +0000
committerJay Belanger <jay.p.belanger@gmail.com>2009-11-20 01:09:03 +0000
commitd772f28bc815e84b490b728462a07e1e323e920c (patch)
treedee757ab10226ce5eef23af6c3abf8a39b3881da /lisp/calc/calc-bin.el
parent2d1c8c66dc1af6a8ac07c74a81021285746cdae6 (diff)
downloademacs-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.el2
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)