]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typos in last change.
authorKim F. Storm <storm@cua.dk>
Thu, 22 Feb 2007 00:34:26 +0000 (00:34 +0000)
committerKim F. Storm <storm@cua.dk>
Thu, 22 Feb 2007 00:34:26 +0000 (00:34 +0000)
man/widget.texi

index 086b9f69cf37f741f456afbf805db37e831df6e9..72157289524b51df2c0e545acacfb828c5d3c1e5 100644 (file)
@@ -229,7 +229,7 @@ separating text after the field.  If you don't include the
 line, and the terminating newline will provide separation after.
 
 @strong{Warning:} In an @code{editable-field} widget, the @samp{%v} escape
-must be preceeded by some other text in the @code{:format} string
+must be preceded by some other text in the @code{:format} string
 (if specified).
 
 The editing text fields are highlighted with the
@@ -534,7 +534,7 @@ This will be replaced with the buffer representation of the widget's
 value.  What this is depends on the widget type.
 
 @strong{Warning:} In an @code{editable-field} widget, the @samp{%v} escape
-must be preceeded by some other text in the format string (if specified).
+must be preceded by some other text in the format string (if specified).
 
 @item %d
 Insert the string specified by @code{:doc} here.