Document 'plistp'

* doc/lispref/lists.texi (Property Lists): Document 'plistp'.
(Bug#61293)
This commit is contained in:
Eli Zaretskii 2023-02-05 14:09:35 +02:00
parent 03d9d18513
commit 96181ed3f0

View file

@ -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.