emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/doc/lispref strings.texi


From: Chong Yidong
Subject: [Emacs-diffs] emacs/doc/lispref strings.texi
Date: Tue, 25 Nov 2008 03:52:05 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      08/11/25 03:52:05

Modified files:
        doc/lispref    : strings.texi 

Log message:
        (Predicates for Strings): Fix typo.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/strings.texi?cvsroot=emacs&r1=1.6&r2=1.7

Patches:
Index: strings.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/strings.texi,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- strings.texi        20 Oct 2008 19:49:03 -0000      1.6
+++ strings.texi        25 Nov 2008 03:52:05 -0000      1.7
@@ -103,8 +103,8 @@
 @end defun
 
 @defun string-or-null-p object
-This function returns @code{t} if @var{object} is a string or nil,
address@hidden otherwise.
+This function returns @code{t} if @var{object} is a string or
address@hidden, @code{nil} otherwise.
 @end defun
 
 @defun char-or-string-p object




reply via email to

[Prev in Thread] Current Thread [Next in Thread]