diff options
| author | Stefan Kangas | 2020-10-16 15:14:31 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2020-10-16 15:27:25 +0200 |
| commit | fd5c08892e05d235317c1efecb044fe53b6b9fa3 (patch) | |
| tree | 0279a580cac42c2b4301326175da4e395f83b5fd /doc/misc | |
| parent | 731a26bb50aabeb2c0512f0e45b3cda76029a590 (diff) | |
| download | emacs-fd5c08892e05d235317c1efecb044fe53b6b9fa3.tar.gz emacs-fd5c08892e05d235317c1efecb044fe53b6b9fa3.zip | |
Remove some references to Emacs 18 and 19
* doc/misc/forms.texi (Modifying Forms Contents, Error Messages):
* lisp/arc-mode.el:
* lisp/emacs-lisp/edebug.el (edebug-temp-display-freq-count):
* lisp/type-break.el: Remove some references to Emacs 18 and 19.
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/forms.texi | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/doc/misc/forms.texi b/doc/misc/forms.texi index 1b94bf90f66..20b0904ad1a 100644 --- a/doc/misc/forms.texi +++ b/doc/misc/forms.texi | |||
| @@ -658,15 +658,6 @@ displayed record. You cannot delete or modify the fixed, explanatory | |||
| 658 | text that comes from string formatting elements, but you can modify the | 658 | text that comes from string formatting elements, but you can modify the |
| 659 | actual field contents. | 659 | actual field contents. |
| 660 | 660 | ||
| 661 | @ignore | ||
| 662 | @c This is for the Emacs 18 version only. | ||
| 663 | If the contents of the forms cannot be recognized properly, this is | ||
| 664 | signaled using a descriptive text. @xref{Error Messages}, for more info. | ||
| 665 | The cursor will indicate the last part of the forms which was | ||
| 666 | successfully parsed. It's important to avoid entering field contents | ||
| 667 | that would cause confusion with the field-separating fixed text. | ||
| 668 | @end ignore | ||
| 669 | |||
| 670 | If the variable @code{forms-modified-record-filter} is non-@code{nil}, | 661 | If the variable @code{forms-modified-record-filter} is non-@code{nil}, |
| 671 | it is called as a function before the new data is written to the data | 662 | it is called as a function before the new data is written to the data |
| 672 | file. The function receives one argument, a vector that contains the | 663 | file. The function receives one argument, a vector that contains the |
| @@ -795,23 +786,6 @@ The first element of a list which is an element of | |||
| 795 | A list element was supplied in @code{forms-format-list} which was not a | 786 | A list element was supplied in @code{forms-format-list} which was not a |
| 796 | string, number or list. | 787 | string, number or list. |
| 797 | 788 | ||
| 798 | @ignore | ||
| 799 | @c This applies to Emacs 18 only. | ||
| 800 | @c Error messages generated while a modified form is being analyzed. | ||
| 801 | |||
| 802 | @item Parse error: not looking at `...' | ||
| 803 | When re-parsing the contents of a forms, the text shown could not | ||
| 804 | be found. | ||
| 805 | |||
| 806 | @item Parse error: cannot find `...' | ||
| 807 | When re-parsing the contents of a forms, the text shown, which | ||
| 808 | separates two fields, could not be found. | ||
| 809 | |||
| 810 | @item Parse error: cannot parse adjacent fields @var{xx} and @var{yy} | ||
| 811 | Fields @var{xx} and @var{yy} were not separated by text, so could not be | ||
| 812 | parsed again. | ||
| 813 | @end ignore | ||
| 814 | |||
| 815 | @item Warning: this record has @var{xx} fields instead of @var{yy} | 789 | @item Warning: this record has @var{xx} fields instead of @var{yy} |
| 816 | The number of fields in this record in the data file did not match | 790 | The number of fields in this record in the data file did not match |
| 817 | @code{forms-number-of-fields}. Missing fields will be made empty. | 791 | @code{forms-number-of-fields}. Missing fields will be made empty. |