# HG changeset patch # User ben # Date 989060010 0 # Node ID 68eb53e4b7e541bdb9cd4e7974217bd1e2eca2e6 # Parent 0be8704d60621fd8aba9039b4899967316261aac [xemacs-hg @ 2001-05-05 10:53:29 by ben] doc fix for `error' diff -r 0be8704d6062 -r 68eb53e4b7e5 lisp/ChangeLog --- 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 + + * subr.el (error): + Add missing errors to the doc string. + 2001-05-05 Ben Wing * dialog.el (make-dialog-box): fix doc string. diff -r 0be8704d6062 -r 68eb53e4b7e5 lisp/subr.el --- 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',