diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2023-01-17 23:45:02 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2023-01-17 23:45:02 +0100 |
| commit | 64dc62259f1adc6ae70a38f7a874cee48dfa3626 (patch) | |
| tree | 4eb02c88df86dda53f99297de400dfd436588234 /compat.texi | |
| parent | 897d9fbbbad2e7552137fff1bea7b9c0daa68b61 (diff) | |
compat-29: Add list-of-strings-p
Diffstat (limited to 'compat.texi')
| -rw-r--r-- | compat.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/compat.texi b/compat.texi index 211edde..6aec7f4 100644 --- a/compat.texi +++ b/compat.texi @@ -2013,6 +2013,11 @@ that there will be the need for changes, so use these functions with care. @c based on lisp/subr.el +@defun list-of-strings-p object +Return @code{t} if @var{object} is @code{nil} or a list of strings. +@end defun + +@c based on lisp/subr.el @defun plistp object Non-nil if and only if @var{object} is a valid plist. @end defun |
