Mercurial > emacs
diff etc/NEWS @ 69844:9b1a2f1cdf0e
Add string-or-null-p.
author | Reiner Steib <Reiner.Steib@gmx.de> |
---|---|
date | Fri, 07 Apr 2006 18:52:30 +0000 |
parents | c2cba0859894 |
children | f0238be5a17b |
line wrap: on
line diff
--- a/etc/NEWS Fri Apr 07 18:23:03 2006 +0000 +++ b/etc/NEWS Fri Apr 07 18:52:30 2006 +0000 @@ -3624,6 +3624,12 @@ 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. + + ** Lisp code indentation features: +++