From 8c641f06a85bd25e56124f05d535e1c37eec3ecd Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Tue, 25 Nov 2008 03:52:05 +0000 Subject: [PATCH] (Predicates for Strings): Fix typo. --- doc/lispref/strings.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2