changeset 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 ba7d1c8f2b64
files lisp/help-fns.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
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