From: Chong Yidong Date: Tue, 25 Nov 2008 03:52:05 +0000 (+0000) Subject: (Predicates for Strings): Fix typo. X-Git-Tag: emacs-pretest-23.0.90~1536 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8c641f06a85bd25e56124f05d535e1c37eec3ecd;p=emacs.git (Predicates for Strings): Fix typo. --- diff --git a/doc/lispref/strings.texi b/doc/lispref/strings.texi index 1b57e665388..c9bf9e860b6 100644 --- a/doc/lispref/strings.texi +++ b/doc/lispref/strings.texi @@ -103,8 +103,8 @@ otherwise. @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