changeset 99915:b869a303f165

(Predicates for Strings): Fix typo.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 25 Nov 2008 03:52:05 +0000
parents 863a0dc13e9d
children 99af427b4d7f
files doc/lispref/strings.texi
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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