changeset 100918:3f28e1318239

(Predicates for Strings): Minor clarification.
author Richard M. Stallman <rms@gnu.org>
date Mon, 05 Jan 2009 16:06:11 +0000
parents e2daa3033e6e
children 7a103a2ee2ec
files doc/lispref/strings.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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