Mercurial > hg > xemacs-beta
comparison lisp/subr.el @ 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 | 576fb035e263 |
children | 5bdbc721d46a |
comparison
equal
deleted
inserted
replaced
508:0be8704d6062 | 509:68eb53e4b7e5 |
---|---|
631 list-formation-error | 631 list-formation-error |
632 malformed-list | 632 malformed-list |
633 malformed-property-list | 633 malformed-property-list |
634 circular-list | 634 circular-list |
635 circular-property-list | 635 circular-property-list |
636 invalid-regexp | |
637 specifier-syntax-error | |
638 | |
636 | 639 |
637 invalid-argument | 640 invalid-argument |
638 wrong-type-argument | 641 wrong-type-argument |
639 args-out-of-range | 642 args-out-of-range |
640 wrong-number-of-arguments | 643 wrong-number-of-arguments |
641 invalid-function | 644 invalid-function |
642 no-catch | 645 no-catch |
646 undefined-keystroke-sequence | |
647 specifier-argument-error | |
643 | 648 |
644 invalid-state | 649 invalid-state |
645 void-function | 650 void-function |
646 cyclic-function-indirection | 651 cyclic-function-indirection |
647 void-variable | 652 void-variable |
648 cyclic-variable-indirection | 653 cyclic-variable-indirection |
654 protected-field | |
655 invalid-byte-code | |
649 | 656 |
650 invalid-operation | 657 invalid-operation |
651 invalid-change | 658 invalid-change |
652 setting-constant | 659 setting-constant |
660 specifier-change-error | |
653 editing-error | 661 editing-error |
654 beginning-of-buffer | 662 beginning-of-buffer |
655 end-of-buffer | 663 end-of-buffer |
656 buffer-read-only | 664 buffer-read-only |
657 io-error | 665 io-error |
666 file-error | |
667 file-already-exists | |
668 file-locked | |
669 file-supersession | |
658 end-of-file | 670 end-of-file |
671 coding-system-error | |
672 image-conversion-error | |
673 tooltalk-error | |
659 arith-error | 674 arith-error |
660 range-error | 675 range-error |
661 domain-error | 676 domain-error |
662 singularity-error | 677 singularity-error |
663 overflow-error | 678 overflow-error |
664 underflow-error | 679 underflow-error |
680 dialog-box-error | |
681 search-failed | |
682 selection-conversion-error | |
683 | |
684 unimplemented | |
685 | |
686 internal-error | |
665 | 687 |
666 The five most common errors you will probably use or base your new | 688 The five most common errors you will probably use or base your new |
667 errors off of are `syntax-error', `invalid-argument', `invalid-state', | 689 errors off of are `syntax-error', `invalid-argument', `invalid-state', |
668 `invalid-operation', and `invalid-change'. Note the semantic differences: | 690 `invalid-operation', and `invalid-change'. Note the semantic differences: |
669 | 691 |