diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-12-20 00:09:23 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-12-20 00:09:23 +0000 |
commit | 9e2b495b7085a76d3d6ea521312d080aa6479965 (patch) | |
tree | 4dc81dafa556a21ec36ae794fde5dd02b06e5fcb /lispref/numbers.texi | |
parent | 6268f00653c5f594251862066f15126bee5f1a2a (diff) | |
download | emacs-9e2b495b7085a76d3d6ea521312d080aa6479965.tar.gz |
Minor cleanups for overfull hboxes.
Diffstat (limited to 'lispref/numbers.texi')
-rw-r--r-- | lispref/numbers.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/numbers.texi b/lispref/numbers.texi index e2077955df5..6189e3da42f 100644 --- a/lispref/numbers.texi +++ b/lispref/numbers.texi @@ -103,8 +103,8 @@ complement} notation.) 1111 1111 1111 1111 1111 1111 1011 @end example - In this implementation, the largest 28-bit binary integer is the -decimal integer 134,217,727. In binary, it looks like this: + In this implementation, the largest 28-bit binary integer value is +134,217,727 in decimal. In binary, it looks like this: @example 0111 1111 1111 1111 1111 1111 1111 |