]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/compile.texi
Merge changes from emacs-24 branch
[gnu-emacs] / doc / lispref / compile.texi
index ead75942b244ca5640c12f9a60ee76eb040b6b2b..8cebd9fade6e36e6238a0628c6eecdd813ba1a70 100644 (file)
@@ -274,7 +274,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.