summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2006-04-29 14:14:53 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2006-04-29 14:14:53 +0000
commit20bfe3873f561e00fd59d6d0be339dfa131e8af7 (patch)
treed7c267446827dbf1546eff1412c3d09ad382dce5
parent7817e3d35e77621ce12c93cb9d07820250cf31c2 (diff)
downloademacs-20bfe3873f561e00fd59d6d0be339dfa131e8af7.tar.gz
Add `booleanp'.
-rw-r--r--etc/NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 22493d08549..a15e217cafe 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3645,9 +3645,10 @@ This is useful in packages that can be preloaded.
If it is non-nil, the function lists only faces matching this regexp.
+++
-*** New function `string-or-null-p'.
+*** New functions `string-or-null-p' and `booleanp'.
-Return t if OBJECT is a string or nil. Otherwise, return nil.
+`string-or-null-p' returns non-nil iff OBJECT is a string or nil.
+`booleanp' returns non-nil iff OBJECT is a t or nil.
** Lisp code indentation features: