From 96181ed3f09b12c7e91ddabab5b02f0ee868fa50 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 5 Feb 2023 14:09:35 +0200 Subject: [PATCH] Document 'plistp' * doc/lispref/lists.texi (Property Lists): Document 'plistp'. (Bug#61293) --- doc/lispref/lists.texi | 5 +++++ 1 file changed, 5 insertions(+) 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. -- 2.39.5