aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorMiles Bader2007-11-09 09:45:30 +0000
committerMiles Bader2007-11-09 09:45:30 +0000
commitc12ecb0af9679cc0e2fa0409931c34c035763469 (patch)
treebd118c7ebc571de0dab542f48ad0c1648c6ccf72 /doc/misc
parente83d1fe87564d06d2fcbb4006dfd9133bc340aa8 (diff)
parent9d2185d10e3da9062672d96d3b59fcea31ff17ed (diff)
downloademacs-c12ecb0af9679cc0e2fa0409931c34c035763469.tar.gz
emacs-c12ecb0af9679cc0e2fa0409931c34c035763469.zip
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-923
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/widget.texi13
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/misc/widget.texi b/doc/misc/widget.texi
index 35f0722406e..49b2976472e 100644
--- a/doc/misc/widget.texi
+++ b/doc/misc/widget.texi
@@ -142,19 +142,6 @@ extended to use the GUI features. This means that your code using the
142widget library will also use the new graphic features automatically. 142widget library will also use the new graphic features automatically.
143@end enumerate 143@end enumerate
144 144
145In order to minimize the code that is loaded by users who do not
146create any widgets, the code has been split in two files:
147
148@cindex widget library, files
149@table @file
150@item widget.el
151This will declare the user variables, define the function
152@code{define-widget}, and autoload the function @code{widget-create}.
153@item wid-edit.el
154Everything else is here, there is no reason to load it explicitly, as
155it will be autoloaded when needed.
156@end table
157
158@node User Interface, Programming Example, Introduction, Top 145@node User Interface, Programming Example, Introduction, Top
159@comment node-name, next, previous, up 146@comment node-name, next, previous, up
160@section User Interface 147@section User Interface