aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc/forms.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/misc/forms.texi')
-rw-r--r--doc/misc/forms.texi8
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
74actual data to be presented. The control file describes 74actual data to be presented. The control file describes
75how to present it. 75how 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,
117they make up a forms. 117they make up a forms.
118 118
119The contents of the forms consist of the contents of the fields of the 119The contents of the forms consist of the contents of the fields of the
120record (e.g. @samp{root}, @samp{0}, @samp{1}, @samp{Super User}) 120record (e.g., @samp{root}, @samp{0}, @samp{1}, @samp{Super User})
121interspersed with normal text (e.g @samp{User : }, @samp{Uid: }). 121interspersed with normal text (e.g @samp{User : }, @samp{Uid: }).
122 122
123If you modify the contents of the fields, Forms mode will analyze your 123If 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
468must not be a character contained in @code{forms-field-sep}. 468must not be a character contained in @code{forms-field-sep}.
469 469
470The default value is @code{"\^k"}, the character Control-K. Example: 470The 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
740The default format for the data file, using @code{"\t"} to separate 740The default format for the data file, using @code{"\t"} to separate
741fields and @code{"\^k"} to separate lines within a field, matches the 741fields and @code{"\^k"} to separate lines within a field, matches the
742file format of some popular database programs, e.g. FileMaker. So 742file 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