(Predicates for Strings): Minor clarification.

This commit is contained in:
Richard M. Stallman 2009-01-05 16:06:19 +00:00
parent 27610f35e2
commit 638a245702
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2009-01-05 Richard M Stallman <rms@gnu.org>
* strings.texi (Predicates for Strings): Minor clarification.
* functions.texi (Function Safety): Texinfo usage fix.
2009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
* objects.texi (General Escape Syntax): Fix typo.

View file

@ -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