]> code.delx.au - gnu-emacs/blobdiff - lispref/numbers.texi
(Timers): Clarify about REPEAT when timer is delayed.
[gnu-emacs] / lispref / numbers.texi
index 6e0de2007d4f19fae78db90c98912576c291a258..fd730420cc6dd818f317644218634aef89e2c49c 100644 (file)
@@ -737,7 +737,7 @@ and returns that value as a floating point number.
 sequence of @dfn{bits} (digits which are either zero or one).  A bitwise
 operation acts on the individual bits of such a sequence.  For example,
 @dfn{shifting} moves the whole sequence left or right one or more places,
-reproducing the same pattern ``moved over''.
+reproducing the same pattern ``moved over.''
 
   The bitwise operations in Emacs Lisp apply only to integers.