emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/widget.texi,v


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/man/widget.texi,v
Date: Thu, 22 Feb 2007 00:30:41 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kim F. Storm <kfstorm>  07/02/22 00:30:41

Index: widget.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/man/widget.texi,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -b -r1.41 -r1.42
--- widget.texi 10 Feb 2007 11:21:30 -0000      1.41
+++ widget.texi 22 Feb 2007 00:30:41 -0000      1.42
@@ -228,6 +228,10 @@
 @code{:size} keyword, the field will extend to the end of the
 line, and the terminating newline will provide separation after.
 
address@hidden:} In an @code{editable-field} widget, the @samp{%v} escape
+must be preceeded by some other text in the @code{:format} string
+(if specified).
+
 The editing text fields are highlighted with the
 @code{widget-field-face} face, making them easy to find.
 
@@ -529,6 +533,9 @@
 This will be replaced with the buffer representation of the widget's
 value.  What this is depends on the widget type.
 
address@hidden:} In an @code{editable-field} widget, the @samp{%v} escape
+must be preceeded by some other text in the format string (if specified).
+
 @item %d
 Insert the string specified by @code{:doc} here.
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]