summaryrefslogtreecommitdiff
path: root/doc/lispref/compile.texi
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-04-25 20:31:47 -0400
committerGlenn Morris <rgm@gnu.org>2012-04-25 20:31:47 -0400
commit16152b76a4f0fd82674479b64d923bd86aab5f24 (patch)
tree7f092a987de857a29a37dae62e2428ff56708186 /doc/lispref/compile.texi
parent84412f2cbb7f282c15857493602b80f60e562051 (diff)
downloademacs-16152b76a4f0fd82674479b64d923bd86aab5f24.tar.gz
emacs-16152b76a4f0fd82674479b64d923bd86aab5f24.tar.bz2
emacs-16152b76a4f0fd82674479b64d923bd86aab5f24.zip
Use Texinfo recommended convention for quotes+punctuation.
Diffstat (limited to 'doc/lispref/compile.texi')
-rw-r--r--doc/lispref/compile.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/compile.texi b/doc/lispref/compile.texi
index 093c91f02b0..e6931aae016 100644
--- a/doc/lispref/compile.texi
+++ b/doc/lispref/compile.texi
@@ -275,7 +275,7 @@ reloading each file after recompiling it.
use a special Lisp reader construct, @samp{#@@@var{count}}. This
construct skips the next @var{count} characters. It also uses the
@samp{#$} construct, which stands for ``the name of this file, as a
-string.'' It is usually best not to use these constructs in Lisp source
+string''. It is usually best not to use these constructs in Lisp source
files, since they are not designed to be clear to humans reading the
file.