Mercurial > emacs
changeset 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 | f702fa9eb85e |
children | 6cbc678da17c |
files | doc/lispref/ChangeLog doc/lispref/control.texi |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <cschol2112@googlemail.com> + + * control.texi (Handling Errors) <error-message-string>: Fix arg name. + 2010-07-29 Juanma Barranquero <lekktu@gmail.com> * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
--- 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}.