aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2007-10-29 08:38:06 +0000
committerRichard M. Stallman2007-10-29 08:38:06 +0000
commitb3bea338e652b412a3546ac73b809bd483ebeb44 (patch)
treeedc2da69f99094cf760e16a8ee97ba2b76fd9b02
parente6fd13de4a85e8380754d32e8a76ce0ff2f474f6 (diff)
downloademacs-b3bea338e652b412a3546ac73b809bd483ebeb44.tar.gz
emacs-b3bea338e652b412a3546ac73b809bd483ebeb44.zip
(Introduction): Delete discussion of implementation internals.
-rw-r--r--man/ChangeLog5
-rw-r--r--man/widget.texi13
2 files changed, 5 insertions, 13 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 274be7039be..bf432ca30ee 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,8 @@
12007-10-29 Richard Stallman <rms@gnu.org>
2
3 * widget.texi (Introduction): Delete discussion of implementation
4 internals.
5
12007-10-24 Richard Stallman <rms@gnu.org> 62007-10-24 Richard Stallman <rms@gnu.org>
2 7
3 * misc.texi (Interactive Shell): Cleanup last change. 8 * misc.texi (Interactive Shell): Cleanup last change.
diff --git a/man/widget.texi b/man/widget.texi
index 0cf77ee4600..47d86f43349 100644
--- a/man/widget.texi
+++ b/man/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