]> code.delx.au - gnu-emacs/commitdiff
(Predicates for Strings): Add string-or-null-p.
authorReiner Steib <Reiner.Steib@gmx.de>
Fri, 7 Apr 2006 18:53:09 +0000 (18:53 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Fri, 7 Apr 2006 18:53:09 +0000 (18:53 +0000)
lispref/ChangeLog
lispref/strings.texi

index 2a398b3b52c53f75278cc2794d26a4fc68da351d..7e76bd8b5053061308702c8c770eaebeb237d2ab 100644 (file)
@@ -1,3 +1,7 @@
+2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * strings.texi (Predicates for Strings): Add string-or-null-p.
+
 2006-03-28  Kim F. Storm  <storm@cua.dk>
 
        * processes.texi (Accepting Output): Remove obsolete (and incorrect)
index d7111eaa7227ddba1109ebaa4d326a38e50d5612..796090bb80cfae8603c72f8af58ca07129a9c9a8 100644 (file)
@@ -102,6 +102,11 @@ This function returns @code{t} if @var{object} is a string, @code{nil}
 otherwise.
 @end defun
 
+@defun string-or-null-p object
+This function returns @code{t} if @var{object} is a string or nil,
+@code{nil} otherwise.
+@end defun
+
 @defun char-or-string-p object
 This function returns @code{t} if @var{object} is a string or a
 character (i.e., an integer), @code{nil} otherwise.