diff man/widget.texi @ 106:8ff55ebd4be9 r20-1b5

Import from CVS: tag r20-1b5
author cvs
date Mon, 13 Aug 2007 09:17:26 +0200
parents a145efe76779
children 360340f9fd5f
line wrap: on
line diff
--- a/man/widget.texi	Mon Aug 13 09:16:54 2007 +0200
+++ b/man/widget.texi	Mon Aug 13 09:17:26 2007 +0200
@@ -1,6 +1,6 @@
 \input texinfo.tex
 
-@c $Id: widget.texi,v 1.4 1997/02/27 06:08:38 steve Exp $
+@c $Id: widget.texi,v 1.5 1997/03/04 08:01:33 steve Exp $
 
 @c %**start of header
 @setfilename widget
@@ -15,7 +15,7 @@
 @comment  node-name,  next,  previous,  up
 @top The Emacs Widget Library
 
-Version: 1.46
+Version: 1.50
 
 @menu
 * Introduction::                
@@ -115,7 +115,7 @@
 @item widget.el
 This will declare the user variables, define the function
 @code{widget-define}, and autoload the function @code{widget-create}. 
-@item widget-edit.el
+@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
@@ -278,7 +278,7 @@
 (require 'widget)
 
 (eval-when-compile
-  (require 'widget-edit))
+  (require 'wid-edit))
 
 (defvar widget-example-repeat)