diff options
author | Jay Belanger <jay.p.belanger@gmail.com> | 2009-12-15 04:44:34 +0000 |
---|---|---|
committer | Jay Belanger <jay.p.belanger@gmail.com> | 2009-12-15 04:44:34 +0000 |
commit | 4fa409bf5a0ac25d6b0dea2221ca6f505ae7bfd3 (patch) | |
tree | b9e48e23715eb881b73bc4eaf571b34367982314 /doc | |
parent | 45a4a565b0e27e945b74c5e79b0c39453761bc9e (diff) | |
download | emacs-4fa409bf5a0ac25d6b0dea2221ca6f505ae7bfd3.tar.gz |
(Radix Modes): Clean up wording.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/misc/calc.texi | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/misc/calc.texi b/doc/misc/calc.texi index 748268b2ed2..590ec8059e7 100644 --- a/doc/misc/calc.texi +++ b/doc/misc/calc.texi @@ -13175,12 +13175,11 @@ entirety.) @cindex Two's complements With the binary, octal and hexadecimal display modes, Calc can -display @expr{w}-bit integers using two's complement notation. These -versions of the display radices are selected with the key sequences -@kbd{C-u d 2}, @kbd{C-u d 8} and @kbd{C-u d 6}, respectively. -In these cases a negative word size might be appropriate -(@pxref{Binary Functions}). In two's complement notation, the integers -in the (nearly) symmetric interval from +display @expr{w}-bit integers using two's complement notation. This +option is selected with the key sequences @kbd{C-u d 2}, @kbd{C-u d 8} +and @kbd{C-u d 6}, respectively, and a negative word size might be +appropriate (@pxref{Binary Functions}). In two's complement +notation, the integers in the (nearly) symmetric interval from @texline @math{-2^{w-1}} @infoline @expr{-2^(w-1)} to |