From 16152b76a4f0fd82674479b64d923bd86aab5f24 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 25 Apr 2012 20:31:47 -0400 Subject: Use Texinfo recommended convention for quotes+punctuation. --- doc/lispref/numbers.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/lispref/numbers.texi') diff --git a/doc/lispref/numbers.texi b/doc/lispref/numbers.texi index 82336aa537f..5973137e587 100644 --- a/doc/lispref/numbers.texi +++ b/doc/lispref/numbers.texi @@ -778,7 +778,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. -- cgit v1.2.1