Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
70273:693f5a9250ca | 70274:cdbf1a359e67 |
---|---|
3643 *** `list-faces-display' takes an optional argument, REGEXP. | 3643 *** `list-faces-display' takes an optional argument, REGEXP. |
3644 | 3644 |
3645 If it is non-nil, the function lists only faces matching this regexp. | 3645 If it is non-nil, the function lists only faces matching this regexp. |
3646 | 3646 |
3647 +++ | 3647 +++ |
3648 *** New function `string-or-null-p'. | 3648 *** New functions `string-or-null-p' and `booleanp'. |
3649 | 3649 |
3650 Return t if OBJECT is a string or nil. Otherwise, return nil. | 3650 `string-or-null-p' returns non-nil iff OBJECT is a string or nil. |
3651 `booleanp' returns non-nil iff OBJECT is a t or nil. | |
3651 | 3652 |
3652 ** Lisp code indentation features: | 3653 ** Lisp code indentation features: |
3653 | 3654 |
3654 +++ | 3655 +++ |
3655 *** The `defmacro' form can contain indentation and edebug declarations. | 3656 *** The `defmacro' form can contain indentation and edebug declarations. |