From: Richard M. Stallman Date: Mon, 29 Oct 2007 08:38:06 +0000 (+0000) Subject: (Introduction): Delete discussion of implementation internals. X-Git-Tag: emacs-pretest-22.1.90~491 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b3bea338e652b412a3546ac73b809bd483ebeb44;p=emacs.git (Introduction): Delete discussion of implementation internals. --- diff --git a/man/ChangeLog b/man/ChangeLog index 274be7039be..bf432ca30ee 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,8 @@ +2007-10-29 Richard Stallman + + * widget.texi (Introduction): Delete discussion of implementation + internals. + 2007-10-24 Richard Stallman * 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 widget library will also use the new graphic features automatically. @end enumerate -In order to minimize the code that is loaded by users who do not -create any widgets, the code has been split in two files: - -@cindex widget library, files -@table @file -@item widget.el -This will declare the user variables, define the function -@code{define-widget}, and autoload the function @code{widget-create}. -@item wid-edit.el -Everything else is here, there is no reason to load it explicitly, as -it will be autoloaded when needed. -@end table - @node User Interface, Programming Example, Introduction, Top @comment node-name, next, previous, up @section User Interface