From: Richard M. Stallman Date: Mon, 5 Jan 2009 16:06:19 +0000 (+0000) Subject: (Predicates for Strings): Minor clarification. X-Git-Tag: emacs-pretest-23.0.90~678 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=638a245702c710dd80a2ea3b743b5afd10e1a740;p=emacs.git (Predicates for Strings): Minor clarification. --- 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