changeset 1554:b880e7bdec21

[xemacs-hg @ 2003-07-01 04:33:43 by stephent] fix stephen's typo <87vfum50ph.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Tue, 01 Jul 2003 04:33:46 +0000
parents a6f1d339d260
children a649399a979c
files man/ChangeLog man/lispref/lists.texi
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/man/ChangeLog	Mon Jun 30 21:52:24 2003 +0000
+++ b/man/ChangeLog	Tue Jul 01 04:33:46 2003 +0000
@@ -1,3 +1,7 @@
+2003-06-30  Vin Shelton  <acs@xemacs.org>
+
+	* lispref/lists.texi (List-related Predicates): Add @end defun.
+
 2003-06-30  Stephen J. Turnbull  <stephen@xemacs.org>
 
 	* xemacs-faq.texi (Q3.2.2): Fix typo.
--- a/man/lispref/lists.texi	Mon Jun 30 21:52:24 2003 +0000
+++ b/man/lispref/lists.texi	Tue Jul 01 04:33:46 2003 +0000
@@ -198,6 +198,7 @@
 This function returns @code{t} if @var{object} is an acyclic,
 @code{nil}-terminated (ie, not dotted), list.  Otherwise it returns
 @code{nil}.  @code{listp} is faster.
+@end defun
 
 @defun null object
 This function returns @code{t} if @var{object} is @code{nil}, and