# HG changeset patch # User Richard M. Stallman # Date 1231171571 0 # Node ID 3f28e131823946eed014eee7232574f3d55e1d27 # Parent e2daa3033e6edfe26d6efb42acb691978e78df4c (Predicates for Strings): Minor clarification. diff -r e2daa3033e6e -r 3f28e1318239 doc/lispref/strings.texi --- a/doc/lispref/strings.texi Mon Jan 05 16:03:29 2009 +0000 +++ b/doc/lispref/strings.texi Mon Jan 05 16:06:11 2009 +0000 @@ -102,7 +102,7 @@ @defun string-or-null-p object This function returns @code{t} if @var{object} is a string or -@code{nil}, @code{nil} otherwise. +@code{nil}. It returns @code{nil} otherwise. @end defun @defun char-or-string-p object