Mercurial > emacs
diff etc/NEWS @ 70274:cdbf1a359e67
Add `booleanp'.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sat, 29 Apr 2006 14:14:53 +0000 |
parents | 194eec425fb3 |
children | 75313660a170 |
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: