aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2007-02-22 00:34:26 +0000
committerKim F. Storm2007-02-22 00:34:26 +0000
commitd99fe637cb1fda341301681c2da28c5074d5e83b (patch)
treea8eb3dea44640707edbc1bdcd30004362e813463
parent10dbcdd730d785216fc6bcfb9f8286d8922026f5 (diff)
downloademacs-d99fe637cb1fda341301681c2da28c5074d5e83b.tar.gz
emacs-d99fe637cb1fda341301681c2da28c5074d5e83b.zip
Fix typos in last change.
-rw-r--r--man/widget.texi4
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
229line, and the terminating newline will provide separation after. 229line, 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
232must be preceeded by some other text in the @code{:format} string 232must be preceded by some other text in the @code{:format} string
233(if specified). 233(if specified).
234 234
235The editing text fields are highlighted with the 235The editing text fields are highlighted with the
@@ -534,7 +534,7 @@ This will be replaced with the buffer representation of the widget's
534value. What this is depends on the widget type. 534value. 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
537must be preceeded by some other text in the format string (if specified). 537must be preceded by some other text in the format string (if specified).
538 538
539@item %d 539@item %d
540Insert the string specified by @code{:doc} here. 540Insert the string specified by @code{:doc} here.