# HG changeset patch # User Stefan Monnier # Date 1280745334 -7200 # Node ID 731bea61f97650324fab586cf9fe812310944f15 # Parent f702fa9eb85e24ca066a1cd1e5eb7c21781c7642 * lispref/control.texi (Handling Errors) : Fix arg name. diff -r f702fa9eb85e -r 731bea61f976 doc/lispref/ChangeLog --- a/doc/lispref/ChangeLog Mon Aug 02 06:14:26 2010 +0200 +++ b/doc/lispref/ChangeLog Mon Aug 02 12:35:34 2010 +0200 @@ -1,3 +1,7 @@ +2010-08-02 Christoph + + * control.texi (Handling Errors) : Fix arg name. + 2010-07-29 Juanma Barranquero * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete. diff -r f702fa9eb85e -r 731bea61f976 doc/lispref/control.texi --- a/doc/lispref/control.texi Mon Aug 02 06:14:26 2010 +0200 +++ b/doc/lispref/control.texi Mon Aug 02 12:35:34 2010 +0200 @@ -1039,7 +1039,7 @@ @xref{Definition of signal}. @end defspec -@defun error-message-string error-description +@defun error-message-string error-descriptor This function returns the error message string for a given error descriptor. It is useful if you want to handle an error by printing the usual error message for that error. @xref{Definition of signal}.