# HG changeset patch # User Chong Yidong # Date 1227585125 0 # Node ID b869a303f16543c88797542b133066dec75093e6 # Parent 863a0dc13e9d0b4585d5a86ca6ef4d5107071b70 (Predicates for Strings): Fix typo. diff -r 863a0dc13e9d -r b869a303f165 doc/lispref/strings.texi --- 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