summaryrefslogtreecommitdiff
path: root/lispref/numbers.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2006-07-18 00:08:15 +0000
committerRichard M. Stallman <rms@gnu.org>2006-07-18 00:08:15 +0000
commit827b7ee7c21894a634e217ddc40c10d865bd3536 (patch)
treef606b3b32435c20f656b25634eac5d46c2fced9e /lispref/numbers.texi
parent13cad7387493267b415fa30037a510b2064aae83 (diff)
Put period and comma inside quotes.
Diffstat (limited to 'lispref/numbers.texi')
-rw-r--r--lispref/numbers.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/numbers.texi b/lispref/numbers.texi
index 6e0de2007d..fd730420cc 100644
--- a/lispref/numbers.texi
+++ b/lispref/numbers.texi
@@ -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.