diff doc/lispref/strings.texi @ 99915:b869a303f165

(Predicates for Strings): Fix typo.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 25 Nov 2008 03:52:05 +0000
parents d862f80c7616
children 0f0810c1d1d1
line wrap: on
line diff
--- a/doc/lispref/strings.texi	Tue Nov 25 03:51:57 2008 +0000
+++ b/doc/lispref/strings.texi	Tue Nov 25 03:52:05 2008 +0000
@@ -103,8 +103,8 @@
 @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