diff --git a/docs/cmu-user/extensions.tex b/docs/cmu-user/extensions.tex
index bf8648c57f9b886fb837c66d8d670d28b275a216..da38eafc31911c6c1da4c0205ac3913ea5f884d8 100644
--- a/docs/cmu-user/extensions.tex
+++ b/docs/cmu-user/extensions.tex
@@ -2493,7 +2493,7 @@ Please note that stack-allocation is inherently unsafe.  If you make a
 mistake, and a stack-allocated object or part of it escapes, \cmucl{}
 is likely to crash, or format your hard disk.
 
-\subsection{\code{&rest} argument lists}
+\subsection{\code{\&rest} argument lists}
 \cpsubindex{dynamic-extent}{rest lists}
 
 Rest argument lists can be allocated on the stack by declaring the
diff --git a/docs/interface/toolkit.tex b/docs/interface/toolkit.tex
index e17fd964eeb263a330d3991fa015d566ac06221e..c6032c283dbd85e83f5588634c62c373c0684798 100644
--- a/docs/interface/toolkit.tex
+++ b/docs/interface/toolkit.tex
@@ -15,12 +15,13 @@
    \pdfoutput=1
    \pdftrue
 \fi
+
 \ifpdf
 \pdfinfo{
 /Title (The CMUCL Motif Toolkit)
 /Keywords (CMUCL, Motif, interface)
 }
-
+\fi
 
 \newcommand{\functdescr}[1]{\paragraph{\texttt{#1}}}