comparison lispref/numbers.texi @ 71957:61cb5aae3bc3

Put period and comma inside quotes.
author Richard M. Stallman <rms@gnu.org>
date Tue, 18 Jul 2006 00:08:15 +0000
parents 797e05668794
children 6d19c76d81c5 8a8e69664178
comparison
equal deleted inserted replaced
71956:1caee6e0cbe1 71957:61cb5aae3bc3
735 735
736 In a computer, an integer is represented as a binary number, a 736 In a computer, an integer is represented as a binary number, a
737 sequence of @dfn{bits} (digits which are either zero or one). A bitwise 737 sequence of @dfn{bits} (digits which are either zero or one). A bitwise
738 operation acts on the individual bits of such a sequence. For example, 738 operation acts on the individual bits of such a sequence. For example,
739 @dfn{shifting} moves the whole sequence left or right one or more places, 739 @dfn{shifting} moves the whole sequence left or right one or more places,
740 reproducing the same pattern ``moved over''. 740 reproducing the same pattern ``moved over.''
741 741
742 The bitwise operations in Emacs Lisp apply only to integers. 742 The bitwise operations in Emacs Lisp apply only to integers.
743 743
744 @defun lsh integer1 count 744 @defun lsh integer1 count
745 @cindex logical shift 745 @cindex logical shift