]> git.eshelyaron.com Git - emacs.git/commitdiff
(Predicates for Strings): Minor clarification.
authorRichard M. Stallman <rms@gnu.org>
Mon, 5 Jan 2009 16:06:19 +0000 (16:06 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 5 Jan 2009 16:06:19 +0000 (16:06 +0000)
doc/lispref/ChangeLog
doc/lispref/strings.texi

index e04e69720b90b198204c57df6c09a4afbb7ce186..bbc7450dabe4666e6ef5ddd1193aa6c72bffc94b 100644 (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.
index e987bdeef780fb9c80226cc2f0af2577467b1803..f1c1d99334185e59ee88566fd65834cd35e07ca4 100644 (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