(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 2a398b3..7e76bd8 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 d7111ea..796090b 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.