(Predicates for Strings): Fix typo.
authorChong Yidong <cyd@stupidchicken.com>
Tue, 25 Nov 2008 03:52:05 +0000 (03:52 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 25 Nov 2008 03:52:05 +0000 (03:52 +0000)
doc/lispref/strings.texi

index 1b57e66..c9bf9e8 100644 (file)
@@ -103,8 +103,8 @@ 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.
+This function returns @code{t} if @var{object} is a string or
+@code{nil}, @code{nil} otherwise.
 @end defun
 
 @defun char-or-string-p object