emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r113780: * doc/lispref/control.texi (Error Symbols):


From: Xue Fuqiao
Subject: [Emacs-diffs] trunk r113780: * doc/lispref/control.texi (Error Symbols): Minor fix for previous change.
Date: Fri, 09 Aug 2013 22:34:12 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113780
revision-id: address@hidden
parent: address@hidden
committer: Xue Fuqiao <address@hidden>
branch nick: trunk
timestamp: Sat 2013-08-10 06:34:05 +0800
message:
  * doc/lispref/control.texi (Error Symbols): Minor fix for previous change.
modified:
  doc/lispref/ChangeLog          changelog-20091113204419-o5vbwnq5f7feedwu-6155
  doc/lispref/control.texi       
control.texi-20091113204419-o5vbwnq5f7feedwu-6169
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2013-08-09 21:22:44 +0000
+++ b/doc/lispref/ChangeLog     2013-08-09 22:34:05 +0000
@@ -1,3 +1,7 @@
+2013-08-09  Xue Fuqiao  <address@hidden>
+
+       * control.texi (Error Symbols): Minor fix for previous change.
+
 2013-08-09  Stefan Monnier  <address@hidden>
 
        * errors.texi (Standard Errors): Don't refer to `error-conditions'.

=== modified file 'doc/lispref/control.texi'
--- a/doc/lispref/control.texi  2013-08-09 21:22:44 +0000
+++ b/doc/lispref/control.texi  2013-08-09 22:34:05 +0000
@@ -1282,9 +1282,10 @@
 The transitive set of parents always includes the error symbol itself, and the
 symbol @code{error}.  Because quitting is not considered an error, the set of
 parents of @code{quit} is just @code{(quit)}.
address@hidden defun
 
 @cindex peculiar error
-  In addition to its parents, the error symbol has a var{message} which
+  In addition to its parents, the error symbol has a @var{message} which
 is a string to be printed when that error is signaled but not handled.  If that
 message is not valid, the error message @samp{peculiar error} is used.
 @xref{Definition of signal}.


reply via email to

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