summaryrefslogtreecommitdiff
path: root/lisp/help-fns.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-11-26 19:52:07 +0000
committerEli Zaretskii <eliz@gnu.org>2001-11-26 19:52:07 +0000
commit125eb4116cb3f2c3bf9ee0c56d29444ccd2cd1be (patch)
treeff908f86450ffa757e1d54cccdd93c579503a226 /lisp/help-fns.el
parent303fccda0be96d2d0c521e9a00aadac51ffd4ae0 (diff)
downloademacs-125eb4116cb3f2c3bf9ee0c56d29444ccd2cd1be.tar.gz
emacs-125eb4116cb3f2c3bf9ee0c56d29444ccd2cd1be.tar.bz2
emacs-125eb4116cb3f2c3bf9ee0c56d29444ccd2cd1be.zip
Change the provide and the header as per the renaming.
Diffstat (limited to 'lisp/help-fns.el')
-rw-r--r--lisp/help-fns.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/help-fns.el b/lisp/help-fns.el
index 48fef4c42fe..366c798b137 100644
--- a/lisp/help-fns.el
+++ b/lisp/help-fns.el
@@ -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 @@ BUFFER defaults to the current buffer."
(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