diff options
Diffstat (limited to 'doc/misc/forms.texi')
| -rw-r--r-- | doc/misc/forms.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/misc/forms.texi b/doc/misc/forms.texi index 11c3782dd7e..7f84de9754b 100644 --- a/doc/misc/forms.texi +++ b/doc/misc/forms.texi | |||
| @@ -74,7 +74,7 @@ job: a control file and a data file. The data file holds the | |||
| 74 | actual data to be presented. The control file describes | 74 | actual data to be presented. The control file describes |
| 75 | how to present it. | 75 | how to present it. |
| 76 | 76 | ||
| 77 | @insertcopying | 77 | @insertcopying |
| 78 | 78 | ||
| 79 | @menu | 79 | @menu |
| 80 | * Forms Example:: An example: editing the password data base. | 80 | * Forms Example:: An example: editing the password data base. |
| @@ -117,7 +117,7 @@ are all there, but instead of being colon-separated on one single line, | |||
| 117 | they make up a forms. | 117 | they make up a forms. |
| 118 | 118 | ||
| 119 | The contents of the forms consist of the contents of the fields of the | 119 | The contents of the forms consist of the contents of the fields of the |
| 120 | record (e.g. @samp{root}, @samp{0}, @samp{1}, @samp{Super User}) | 120 | record (e.g., @samp{root}, @samp{0}, @samp{1}, @samp{Super User}) |
| 121 | interspersed with normal text (e.g @samp{User : }, @samp{Uid: }). | 121 | interspersed with normal text (e.g @samp{User : }, @samp{Uid: }). |
| 122 | 122 | ||
| 123 | If you modify the contents of the fields, Forms mode will analyze your | 123 | If you modify the contents of the fields, Forms mode will analyze your |
| @@ -467,7 +467,7 @@ appears that way when displayed in Forms mode. If the value is | |||
| 467 | @code{nil}, multi-line text fields are prohibited. The pseudo newline | 467 | @code{nil}, multi-line text fields are prohibited. The pseudo newline |
| 468 | must not be a character contained in @code{forms-field-sep}. | 468 | must not be a character contained in @code{forms-field-sep}. |
| 469 | 469 | ||
| 470 | The default value is @code{"\^k"}, the character Control-K. Example: | 470 | The default value is @code{"\^k"}, the character Control-K@. Example: |
| 471 | 471 | ||
| 472 | @example | 472 | @example |
| 473 | (setq forms-multi-line "\^k") | 473 | (setq forms-multi-line "\^k") |
| @@ -739,7 +739,7 @@ so you'd better think twice before using this. | |||
| 739 | 739 | ||
| 740 | The default format for the data file, using @code{"\t"} to separate | 740 | The default format for the data file, using @code{"\t"} to separate |
| 741 | fields and @code{"\^k"} to separate lines within a field, matches the | 741 | fields and @code{"\^k"} to separate lines within a field, matches the |
| 742 | file format of some popular database programs, e.g. FileMaker. So | 742 | file format of some popular database programs, e.g., FileMaker. So |
| 743 | @code{forms-mode} can decrease the need to use proprietary software. | 743 | @code{forms-mode} can decrease the need to use proprietary software. |
| 744 | 744 | ||
| 745 | @node Error Messages | 745 | @node Error Messages |