diff --git a/changelog b/changelog
index 6f8a1e8..f8582f2 100644
--- a/changelog
+++ b/changelog
@@ -1,4 +1,7 @@
-20110905 jxc src/axiom-website/patches.html 20110905.02.tpd.patch
+20110905 tpd src/axiom-website/patches.html 20110905.03.tpd.patch
+20110905 tpd src/scripts/tex/axiom.sty fix defplist
+20110905 tpd src/doc/axiom.sty fix defplist
+20110905 tpd src/axiom-website/patches.html 20110905.02.tpd.patch
 20110905 tpd src/interp/Makefile remove g-opt.lisp
 20110905 tpd src/interp/g-opt.lisp removed
 20110905 tpd src/interp/vmlisp.lisp treeshake compiler
diff --git a/src/axiom-website/patches.html b/src/axiom-website/patches.html
index 2ba6237..49ce52e 100644
--- a/src/axiom-website/patches.html
+++ b/src/axiom-website/patches.html
@@ -3610,5 +3610,7 @@ books/bookvolbib add Kendall Ken99a, Ken99b<br/>
 src/axiom-website/download.html add Gentoo notes by James Cloos<br/>
 <a href="patches/20110905.02.tpd.patch">20110905.02.tpd.patch</a>
 books/bookvol9 treeshake compiler<br/>
+<a href="patches/20110905.03.tpd.patch">20110905.03.tpd.patch</a>
+src/scripts/tex/axiom.sty fix defplist<br/>
  </body>
 </html>
diff --git a/src/doc/axiom.sty.pamphlet b/src/doc/axiom.sty.pamphlet
index c309b43..8909aa6 100644
--- a/src/doc/axiom.sty.pamphlet
+++ b/src/doc/axiom.sty.pamphlet
@@ -70,7 +70,7 @@
 %%
 <<axiom.sty>>=
 \newcommand{\defplist}[2]{% e.g. \defplist{symbol}{entry}
-\subsection{defun #2}%
+\subsection{defplist #2}%
 \label{#1}%
 \index{#1}%
 \index{defplist!#1}%
diff --git a/src/scripts/tex/axiom.sty b/src/scripts/tex/axiom.sty
index 99c2c7c..2b98c05 100644
--- a/src/scripts/tex/axiom.sty
+++ b/src/scripts/tex/axiom.sty
@@ -14,7 +14,7 @@
 \index{defun!#1}%
 \index{#1!defun}}
 \newcommand{\defplist}[2]{% e.g. \defplist{symbol}{entry}
-\subsection{defun #2}%
+\subsection{defplist #2}%
 \label{#1}%
 \index{#1}%
 \index{defplist!#1}%
