]> git.eshelyaron.com Git - emacs.git/commitdiff
Autoload widget-convert when compiling.
authorDave Love <fx@gnu.org>
Tue, 15 Aug 2000 14:29:03 +0000 (14:29 +0000)
committerDave Love <fx@gnu.org>
Tue, 15 Aug 2000 14:29:03 +0000 (14:29 +0000)
(mail-user-agent): Doc fix.

lisp/simple.el

index 85df4194088283ba540e82a7abaaee6585170e4f..ffe032e76909668e4284d84af618d2aa33d15149 100644 (file)
@@ -28,6 +28,7 @@
 ;;; Code:
 
 (eval-when-compile
+  (autoload 'widget-convert "wid-edit")
   (require 'cl))
 
 
@@ -3201,7 +3202,7 @@ Valid values include:
 
     `sendmail-user-agent' -- use the default Emacs Mail package
     `mh-e-user-agent'     -- use the Emacs interface to the MH mail system
-    `message-user-agent'  -- use the GNUS mail sending package
+    `message-user-agent'  -- use the Gnus mail sending package
 
 Additional valid symbols may be available; check with the author of
 your package for details."