Document 'plistp'
* doc/lispref/lists.texi (Property Lists): Document 'plistp'. (Bug#61293)
This commit is contained in:
parent
03d9d18513
commit
96181ed3f0
1 changed files with 5 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue