# HG changeset patch # User Eli Zaretskii # Date 1006804264 0 # Node ID 8b64dc23e3051d2aef7fc96a626344e259e786c1 # Parent fbe606fb3351cc267d246c5efd63832411c19cb1 Change the provide and the header as per the renaming. diff -r fbe606fb3351 -r 8b64dc23e305 lisp/help-fns.el --- 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