emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r107403: Small changes for lispref/er


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107403: Small changes for lispref/errors.texi
Date: Fri, 24 Feb 2012 00:28:42 -0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107403
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2012-02-24 00:28:42 -0800
message:
  Small changes for lispref/errors.texi
  
  * doc/lispref/errors.texi (Standard Errors): Mention dbus-error.
  For arith-error sub-classes, just use one cross-ref.
modified:
  doc/lispref/ChangeLog
  doc/lispref/errors.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2012-02-23 18:51:22 +0000
+++ b/doc/lispref/ChangeLog     2012-02-24 08:28:42 +0000
@@ -1,3 +1,8 @@
+2012-02-24  Glenn Morris  <address@hidden>
+
+       * errors.texi (Standard Errors): Mention dbus-error.
+       For arith-error sub-classes, just use one cross-ref.
+
 2012-02-23  Alan Mackenzie  <address@hidden>
 
        * modes.texi (Defining Minor Modes): Document the new keyword

=== modified file 'doc/lispref/errors.texi'
--- a/doc/lispref/errors.texi   2012-01-19 07:21:25 +0000
+++ b/doc/lispref/errors.texi   2012-02-24 08:28:42 +0000
@@ -1,6 +1,6 @@
 @c -*-texinfo-*-
 @c This is part of the GNU Emacs Lisp Reference Manual.
address@hidden Copyright (C) 1990-1993, 1999, 2001-2012  Free Software 
Foundation, Inc.
address@hidden Copyright (C) 1990-1993, 1999, 2001-2012 Free Software 
Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
 @setfilename ../../info/errors
 @node Standard Errors, Standard Buffer-Local Variables, GNU Emacs Internals, 
Top
@@ -54,6 +54,11 @@
 @code{"Buffer is read-only"address@hidden
 @xref{Read Only Buffers}.
 
address@hidden
address@hidden circular-list
address@hidden"List contains a loop"address@hidden
address@hidden ignore
+
 @item coding-system-error
 @code{"Invalid coding system"address@hidden
 @xref{Lisp and Coding Systems}.
@@ -66,6 +71,11 @@
 @code{"Symbol's chain of variable indirections contains a loop"address@hidden
 @xref{Variable Aliases}.
 
address@hidden dbus-error
address@hidden"D-Bus error"address@hidden
+This is only defined if Emacs was compiled with D-Bus address@hidden
address@hidden and Events,,, dbus, D-Bus integration in Emacs}.
+
 @item end-of-buffer
 @code{"End of buffer"address@hidden
 @xref{Character Motion}.
@@ -128,6 +138,11 @@
 @code{"No catch for tag"address@hidden
 @xref{Catch and Throw}.
 
address@hidden
address@hidden protected-field
address@hidden"Attempt to modify a protected field"}
address@hidden ignore
+
 @item scan-error
 @code{"Scan error"address@hidden
 This happens when certain syntax-parsing functions
@@ -171,31 +186,26 @@
 @xref{Type Predicates}.
 @end table
 
-  These kinds of error, which are classified as special cases of
+  The following kinds of error, which are classified as special cases of
 @code{arith-error}, can occur on certain systems for invalid use of
-mathematical functions.
+mathematical functions.  @xref{Math Functions}.
 
 @table @code
 @item domain-error
address@hidden"Arithmetic domain error"address@hidden
address@hidden Functions}.
address@hidden"Arithmetic domain error"}
 
 @item overflow-error
 @code{"Arithmetic overflow error"address@hidden
-This is a subcategory of @address@hidden
address@hidden Functions}.
+This is a subcategory of @code{domain-error}.
 
 @item range-error
address@hidden"Arithmetic range error"address@hidden
address@hidden Functions}.
address@hidden"Arithmetic range error"}
 
 @item singularity-error
 @code{"Arithmetic singularity error"address@hidden
-This is a subcategory of @address@hidden
address@hidden Functions}.
+This is a subcategory of @code{domain-error}.
 
 @item underflow-error
 @code{"Arithmetic underflow error"address@hidden
-This is a subcategory of @address@hidden
address@hidden Functions}.
+This is a subcategory of @code{domain-error}.
 @end table


reply via email to

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