emacs-diffs
[Top][All Lists]
Advanced

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

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


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

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

Modified files:
        doc/lispref    : intro.texi 

Log message:
        (nil and t): Fix typo.

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

Patches:
Index: intro.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/intro.texi,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- intro.texi  31 Jul 2008 05:33:36 -0000      1.6
+++ intro.texi  25 Nov 2008 03:52:14 -0000      1.7
@@ -201,8 +201,8 @@
 Variables}.
 
 @defun booleanp object
-Return non-nil if @var{object} is one of the two canonical boolean
-values: @code{t} or @code{nil}.
+Return address@hidden if @var{object} is one of the two canonical
+boolean values: @code{t} or @code{nil}.
 @end defun
 
 @node Evaluation Notation




reply via email to

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