From 638a245702c710dd80a2ea3b743b5afd10e1a740 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 5 Jan 2009 16:06:19 +0000 Subject: [PATCH] (Predicates for Strings): Minor clarification. --- doc/lispref/ChangeLog | 6 ++++++ doc/lispref/strings.texi | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index e04e69720b9..bbc7450dabe 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,9 @@ +2009-01-05 Richard M Stallman + + * strings.texi (Predicates for Strings): Minor clarification. + + * functions.texi (Function Safety): Texinfo usage fix. + 2009-01-04 Eduard Wiebe (tiny patch) * objects.texi (General Escape Syntax): Fix typo. diff --git a/doc/lispref/strings.texi b/doc/lispref/strings.texi index e987bdeef78..f1c1d993341 100644 --- a/doc/lispref/strings.texi +++ b/doc/lispref/strings.texi @@ -102,7 +102,7 @@ otherwise. @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 -- 2.39.2