diff options
| author | N. Jackson | 2019-07-15 18:22:44 -0400 |
|---|---|---|
| committer | Eli Zaretskii | 2019-07-20 12:53:10 +0300 |
| commit | 021f32cca1b9082e7219b06aee28c00c4323a72a (patch) | |
| tree | 00d7047605ddd2008f9897225639b587f8dc8fc9 | |
| parent | 76538d09b711c9f0fb2a48be70f12e776c4ecbb5 (diff) | |
| download | emacs-021f32cca1b9082e7219b06aee28c00c4323a72a.tar.gz emacs-021f32cca1b9082e7219b06aee28c00c4323a72a.zip | |
* doc/misc/forms.texi (Control File Format): Fix a doc error.
(Bug#36693)
Copyright-paperwork-exempt: yes
| -rw-r--r-- | doc/misc/forms.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/forms.texi b/doc/misc/forms.texi index d669ed6d038..9423f946091 100644 --- a/doc/misc/forms.texi +++ b/doc/misc/forms.texi | |||
| @@ -431,7 +431,7 @@ file. Example: | |||
| 431 | If the control file does not set @code{forms-format-list} a default | 431 | If the control file does not set @code{forms-format-list} a default |
| 432 | format is used. In this situation, Forms mode will deduce the number of | 432 | format is used. In this situation, Forms mode will deduce the number of |
| 433 | fields from the data file providing this file exists and | 433 | fields from the data file providing this file exists and |
| 434 | @code{forms-number-of-records} has not been set in the control file. | 434 | @code{forms-number-of-fields} has not been set in the control file. |
| 435 | 435 | ||
| 436 | The control file can optionally set the following additional Forms mode | 436 | The control file can optionally set the following additional Forms mode |
| 437 | variables. Most of them have default values that are good for most | 437 | variables. Most of them have default values that are good for most |