]> git.eshelyaron.com Git - emacs.git/commitdiff
* lispref/control.texi (Handling Errors) <error-message-string>: Fix arg name.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 2 Aug 2010 10:35:34 +0000 (12:35 +0200)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 2 Aug 2010 10:35:34 +0000 (12:35 +0200)
Fixes: debbugs:6770
doc/lispref/ChangeLog
doc/lispref/control.texi

index de2ec6a141245cac877976cabe2f464b145b7331..4559864c23f9917f782662b6ce395bcb4eb27c96 100644 (file)
@@ -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.
index 1c4447e9eb517096c73232f702a403454ebe1acc..16564677f324af05f45c571e5d4e982c64dc46db 100644 (file)
@@ -1039,7 +1039,7 @@ to @code{condition-case} whose error condition you want to re-throw.
 @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}.