diff lisp/help-fns.el @ 41584:8b64dc23e305

Change the provide and the header as per the renaming.
author Eli Zaretskii <eliz@gnu.org>
date Mon, 26 Nov 2001 19:51:04 +0000
parents fbe606fb3351
children 037ba6ecc02a
line wrap: on
line diff
--- a/lisp/help-fns.el	Mon Nov 26 19:49:04 2001 +0000
+++ b/lisp/help-fns.el	Mon Nov 26 19:51:04 2001 +0000
@@ -1,4 +1,4 @@
-;;; help-funs.el --- Complex help functions
+;;; help-fns.el --- Complex help functions
 
 ;; Copyright (C) 1985, 1986, 1993, 1994, 1998, 1999, 2000, 2001
 ;;   Free Software Foundation, Inc.
@@ -452,6 +452,6 @@
 	  (insert "\nThe parent syntax table is:")
 	  (describe-vector table 'internal-describe-syntax-value))))))
 
-(provide 'help-funs)
+(provide 'help-fns)
 
-;;; help-funs.el ends here
+;;; help-fns.el ends here