]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/lispref/control.texi (Error Symbols): Minor fix for previous change.
authorXue Fuqiao <xfq.free@gmail.com>
Fri, 9 Aug 2013 22:34:05 +0000 (06:34 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Fri, 9 Aug 2013 22:34:05 +0000 (06:34 +0800)
doc/lispref/ChangeLog
doc/lispref/control.texi

index 611badcbaa01949ee94509a9173dbefe2fd4af5a..5d140f72dbfa10d3a91506c87c0cf8f316ed2a3b 100644 (file)
@@ -1,3 +1,7 @@
+2013-08-09  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * control.texi (Error Symbols): Minor fix for previous change.
+
 2013-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * errors.texi (Standard Errors): Don't refer to `error-conditions'.
index b68f3184394e95aea129f584c8070ba9a79a26a1..70eabcd84a4b07e0f20616121cec4c14d031dbe1 100644 (file)
@@ -1282,9 +1282,10 @@ This parent defines the conditions that this kind of error belongs to.
 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)}.
+@end 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}.