From: Eli Zaretskii Date: Sat, 8 Jul 2006 18:02:19 +0000 (+0000) Subject: (Other Plists): Remove @tindex. X-Git-Tag: emacs-pretest-22.0.90~1634 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aac2522c1d913c0f4338af0a320eb5266b8133f6;p=emacs.git (Other Plists): Remove @tindex. --- diff --git a/lispref/symbols.texi b/lispref/symbols.texi index f95fca9740b..f484b0da067 100644 --- a/lispref/symbols.texi +++ b/lispref/symbols.texi @@ -584,7 +584,6 @@ using @code{equal} instead of @code{eq}. @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}.