Document napms()
Add reference to demo directory
diff --git a/Doc/lib/libcurses.tex b/Doc/lib/libcurses.tex
index 7b7ab0a..d8708ce 100644
--- a/Doc/lib/libcurses.tex
+++ b/Doc/lib/libcurses.tex
@@ -33,6 +33,7 @@
             Programming with Python}{Tutorial material on using curses
             with Python, by Andrew Kuchling, is available on the
             Python Web site.}
+   \seetitle[Demo/curses]{}{Some example programs.}
 \end{seealso}
 
 
@@ -310,6 +311,10 @@
 ever reported.
 \end{funcdesc}
 
+\begin{funcdesc}{napms}{ms}
+Sleep for \var{ms} milliseconds.
+\end{funcdesc}
+
 \begin{funcdesc}{newpad}{nlines, ncols}
 Creates and returns a pointer to a new pad data structure with the
 given number of lines and columns.  A pad is returned as a