diff options
| author | Luc Teirlinck | 2006-01-21 00:34:38 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2006-01-21 00:34:38 +0000 |
| commit | d1deeedac74d39d90a65a74c03fbb7aab05e1c6b (patch) | |
| tree | 2e76b3beeddc73784ba60e0db770e510630ddfc8 | |
| parent | 3fdf12ca117212ddbddfef58ad908e8c6a6bbf4b (diff) | |
| download | emacs-d1deeedac74d39d90a65a74c03fbb7aab05e1c6b.tar.gz emacs-d1deeedac74d39d90a65a74c03fbb7aab05e1c6b.zip | |
(Introduction): Fix typo.
| -rw-r--r-- | man/widget.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/widget.texi b/man/widget.texi index 91e74dca01c..cab3ca0c604 100644 --- a/man/widget.texi +++ b/man/widget.texi | |||
| @@ -140,7 +140,7 @@ extended to use the GUI features. This means that your code using the | |||
| 140 | widget library will also use the new graphic features automatically. | 140 | widget library will also use the new graphic features automatically. |
| 141 | @end enumerate | 141 | @end enumerate |
| 142 | 142 | ||
| 143 | In order to minimize the code that is loaded by users who does not | 143 | In order to minimize the code that is loaded by users who do not |
| 144 | create any widgets, the code has been split in two files: | 144 | create any widgets, the code has been split in two files: |
| 145 | 145 | ||
| 146 | @cindex widget library, files | 146 | @cindex widget library, files |