]> git.eshelyaron.com Git - emacs.git/commitdiff
Document 'plistp'
authorEli Zaretskii <eliz@gnu.org>
Sun, 5 Feb 2023 12:09:35 +0000 (14:09 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 5 Feb 2023 12:09:35 +0000 (14:09 +0200)
* doc/lispref/lists.texi (Property Lists): Document 'plistp'.
(Bug#61293)

doc/lispref/lists.texi

index 44b7058e19de74bb89f79b95714c3c3173c8d682..454fd217ac2b081e428719adbe72b847fae0046a 100644 (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.