diff options
| author | Kim F. Storm | 2007-02-22 00:34:26 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2007-02-22 00:34:26 +0000 |
| commit | d99fe637cb1fda341301681c2da28c5074d5e83b (patch) | |
| tree | a8eb3dea44640707edbc1bdcd30004362e813463 | |
| parent | 10dbcdd730d785216fc6bcfb9f8286d8922026f5 (diff) | |
| download | emacs-d99fe637cb1fda341301681c2da28c5074d5e83b.tar.gz emacs-d99fe637cb1fda341301681c2da28c5074d5e83b.zip | |
Fix typos in last change.
| -rw-r--r-- | man/widget.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/widget.texi b/man/widget.texi index 086b9f69cf3..72157289524 100644 --- a/man/widget.texi +++ b/man/widget.texi | |||
| @@ -229,7 +229,7 @@ separating text after the field. If you don't include the | |||
| 229 | line, and the terminating newline will provide separation after. | 229 | line, and the terminating newline will provide separation after. |
| 230 | 230 | ||
| 231 | @strong{Warning:} In an @code{editable-field} widget, the @samp{%v} escape | 231 | @strong{Warning:} In an @code{editable-field} widget, the @samp{%v} escape |
| 232 | must be preceeded by some other text in the @code{:format} string | 232 | must be preceded by some other text in the @code{:format} string |
| 233 | (if specified). | 233 | (if specified). |
| 234 | 234 | ||
| 235 | The editing text fields are highlighted with the | 235 | The editing text fields are highlighted with the |
| @@ -534,7 +534,7 @@ This will be replaced with the buffer representation of the widget's | |||
| 534 | value. What this is depends on the widget type. | 534 | value. What this is depends on the widget type. |
| 535 | 535 | ||
| 536 | @strong{Warning:} In an @code{editable-field} widget, the @samp{%v} escape | 536 | @strong{Warning:} In an @code{editable-field} widget, the @samp{%v} escape |
| 537 | must be preceeded by some other text in the format string (if specified). | 537 | must be preceded by some other text in the format string (if specified). |
| 538 | 538 | ||
| 539 | @item %d | 539 | @item %d |
| 540 | Insert the string specified by @code{:doc} here. | 540 | Insert the string specified by @code{:doc} here. |