# HG changeset patch # User Eli Zaretskii # Date 1152381739 0 # Node ID 371881b082432fd66e51b9b6abbdf2a9de5e165d # Parent aebf3aeddf8c9e840a882294dce59098c06d667c (Other Plists): Remove @tindex. diff -r aebf3aeddf8c -r 371881b08243 lispref/symbols.texi --- a/lispref/symbols.texi Sat Jul 08 18:01:52 2006 +0000 +++ b/lispref/symbols.texi Sat Jul 08 18:02:19 2006 +0000 @@ -584,7 +584,6 @@ @end defun @defun plist-member plist property -@tindex plist-member This returns non-@code{nil} if @var{plist} contains the given @var{property}. Unlike @code{plist-get}, this allows you to distinguish between a missing property and a property with the value @code{nil}.