Mercurial > emacs
changeset 70274:cdbf1a359e67
Add `booleanp'.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sat, 29 Apr 2006 14:14:53 +0000 |
parents | 693f5a9250ca |
children | 3d36e736dc2a |
files | etc/NEWS |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Sat Apr 29 14:02:42 2006 +0000 +++ b/etc/NEWS Sat Apr 29 14:14:53 2006 +0000 @@ -3645,9 +3645,10 @@ If it is non-nil, the function lists only faces matching this regexp. +++ -*** New function `string-or-null-p'. - -Return t if OBJECT is a string or nil. Otherwise, return nil. +*** New functions `string-or-null-p' and `booleanp'. + +`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: