changeset 509:68eb53e4b7e5

[xemacs-hg @ 2001-05-05 10:53:29 by ben] doc fix for `error'
author ben
date Sat, 05 May 2001 10:53:30 +0000
parents 0be8704d6062
children 5bdbc721d46a
files lisp/ChangeLog lisp/subr.el
diffstat 2 files changed, 27 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat May 05 10:21:25 2001 +0000
+++ b/lisp/ChangeLog	Sat May 05 10:53:30 2001 +0000
@@ -1,3 +1,8 @@
+2001-05-05  Ben Wing  <ben@xemacs.org>
+
+	* subr.el (error):
+	Add missing errors to the doc string.
+
 2001-05-05  Ben Wing  <ben@xemacs.org>
 
 	* dialog.el (make-dialog-box): fix doc string.
--- a/lisp/subr.el	Sat May 05 10:21:25 2001 +0000
+++ b/lisp/subr.el	Sat May 05 10:53:30 2001 +0000
@@ -633,6 +633,9 @@
         malformed-property-list
       circular-list
         circular-property-list
+    invalid-regexp
+    specifier-syntax-error
+
 
   invalid-argument
     wrong-type-argument
@@ -640,28 +643,47 @@
     wrong-number-of-arguments
     invalid-function
     no-catch
+    undefined-keystroke-sequence
+    specifier-argument-error
 
   invalid-state
     void-function
     cyclic-function-indirection
     void-variable
     cyclic-variable-indirection
+    protected-field
+    invalid-byte-code
 
   invalid-operation
     invalid-change
       setting-constant
+      specifier-change-error
     editing-error
       beginning-of-buffer
       end-of-buffer
       buffer-read-only
     io-error
+      file-error
+        file-already-exists
+        file-locked
+        file-supersession
       end-of-file
+      coding-system-error
+      image-conversion-error
+      tooltalk-error
     arith-error
       range-error
       domain-error
       singularity-error
       overflow-error
       underflow-error
+    dialog-box-error
+    search-failed
+    selection-conversion-error
+
+  unimplemented
+
+  internal-error
 
 The five most common errors you will probably use or base your new
 errors off of are `syntax-error', `invalid-argument', `invalid-state',