diff doc/lispref/control.texi @ 109704:731bea61f976

* lispref/control.texi (Handling Errors) <error-message-string>: Fix arg name.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 02 Aug 2010 12:35:34 +0200
parents c065a9e361c6
children 376148b31b5e
line wrap: on
line diff
--- 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}.