# HG changeset patch # User stephent # Date 1057034026 0 # Node ID b880e7bdec217d495fb0435b7a3e3bcd6372404c # Parent a6f1d339d2607e03eb5f17ce225fbee90b95557d [xemacs-hg @ 2003-07-01 04:33:43 by stephent] fix stephen's typo <87vfum50ph.fsf@tleepslib.sk.tsukuba.ac.jp> diff -r a6f1d339d260 -r b880e7bdec21 man/ChangeLog --- 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 + + * lispref/lists.texi (List-related Predicates): Add @end defun. + 2003-06-30 Stephen J. Turnbull * xemacs-faq.texi (Q3.2.2): Fix typo. diff -r a6f1d339d260 -r b880e7bdec21 man/lispref/lists.texi --- 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