aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2006-01-21 00:34:38 +0000
committerLuc Teirlinck2006-01-21 00:34:38 +0000
commitd1deeedac74d39d90a65a74c03fbb7aab05e1c6b (patch)
tree2e76b3beeddc73784ba60e0db770e510630ddfc8
parent3fdf12ca117212ddbddfef58ad908e8c6a6bbf4b (diff)
downloademacs-d1deeedac74d39d90a65a74c03fbb7aab05e1c6b.tar.gz
emacs-d1deeedac74d39d90a65a74c03fbb7aab05e1c6b.zip
(Introduction): Fix typo.
-rw-r--r--man/widget.texi2
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
140widget library will also use the new graphic features automatically. 140widget library will also use the new graphic features automatically.
141@end enumerate 141@end enumerate
142 142
143In order to minimize the code that is loaded by users who does not 143In order to minimize the code that is loaded by users who do not
144create any widgets, the code has been split in two files: 144create any widgets, the code has been split in two files:
145 145
146@cindex widget library, files 146@cindex widget library, files