diff options
| author | Richard M. Stallman | 2007-10-29 08:38:06 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-10-29 08:38:06 +0000 |
| commit | b3bea338e652b412a3546ac73b809bd483ebeb44 (patch) | |
| tree | edc2da69f99094cf760e16a8ee97ba2b76fd9b02 | |
| parent | e6fd13de4a85e8380754d32e8a76ce0ff2f474f6 (diff) | |
| download | emacs-b3bea338e652b412a3546ac73b809bd483ebeb44.tar.gz emacs-b3bea338e652b412a3546ac73b809bd483ebeb44.zip | |
(Introduction): Delete discussion of implementation internals.
| -rw-r--r-- | man/ChangeLog | 5 | ||||
| -rw-r--r-- | man/widget.texi | 13 |
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 @@ | |||
| 1 | 2007-10-29 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * widget.texi (Introduction): Delete discussion of implementation | ||
| 4 | internals. | ||
| 5 | |||
| 1 | 2007-10-24 Richard Stallman <rms@gnu.org> | 6 | 2007-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 | |||
| 142 | widget library will also use the new graphic features automatically. | 142 | widget library will also use the new graphic features automatically. |
| 143 | @end enumerate | 143 | @end enumerate |
| 144 | 144 | ||
| 145 | In order to minimize the code that is loaded by users who do not | ||
| 146 | create any widgets, the code has been split in two files: | ||
| 147 | |||
| 148 | @cindex widget library, files | ||
| 149 | @table @file | ||
| 150 | @item widget.el | ||
| 151 | This will declare the user variables, define the function | ||
| 152 | @code{define-widget}, and autoload the function @code{widget-create}. | ||
| 153 | @item wid-edit.el | ||
| 154 | Everything else is here, there is no reason to load it explicitly, as | ||
| 155 | it 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 |