From: Eli Zaretskii Date: Sun, 5 Feb 2023 12:09:35 +0000 (+0200) Subject: Document 'plistp' X-Git-Tag: emacs-29.0.90~508 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=96181ed3f09b12c7e91ddabab5b02f0ee868fa50;p=emacs.git Document 'plistp' * doc/lispref/lists.texi (Property Lists): Document 'plistp'. (Bug#61293) --- diff --git a/doc/lispref/lists.texi b/doc/lispref/lists.texi index 44b7058e19d..454fd217ac2 100644 --- a/doc/lispref/lists.texi +++ b/doc/lispref/lists.texi @@ -1914,6 +1914,11 @@ properties. Every symbol possesses a list of properties, used to record miscellaneous information about the symbol; these properties are stored in the form of a property list. @xref{Symbol Properties}. +@defun plistp object +This predicate function returns non-@code{nil} if @var{object} is a +valid property list. +@end defun + @menu * Plists and Alists:: Comparison of the advantages of property lists and association lists.