emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Glenn Morris
Subject: [Emacs-diffs] emacs/doc/lispref control.texi
Date: Tue, 25 Nov 2008 04:27:29 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/11/25 04:27:29

Modified files:
        doc/lispref    : control.texi 

Log message:
        (Signaling Errors): Fix `wrong-type-argument' name.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/control.texi?cvsroot=emacs&r1=1.4&r2=1.5

Patches:
Index: control.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/control.texi,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- control.texi        15 Oct 2008 12:48:29 -0000      1.4
+++ control.texi        25 Nov 2008 04:27:29 -0000      1.5
@@ -803,7 +803,7 @@
 Subcategories of @code{file-error} are handled specially.
 
 The number and significance of the objects in @var{data} depends on
address@hidden  For example, with a @code{wrong-type-arg} error,
address@hidden  For example, with a @code{wrong-type-argument} error,
 there should be two objects in the list: a predicate that describes the type
 that was expected, and the object that failed to fit that type.
 




reply via email to

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