]> git.eshelyaron.com Git - emacs.git/commitdiff
Change the provide and the header as per the renaming.
authorEli Zaretskii <eliz@gnu.org>
Mon, 26 Nov 2001 19:52:07 +0000 (19:52 +0000)
committerEli Zaretskii <eliz@gnu.org>
Mon, 26 Nov 2001 19:52:07 +0000 (19:52 +0000)
lisp/ChangeLog
lisp/help-fns.el

index e650ba78b68f9c3a42e615602656c32b4fb35dc0..518c1988783ea4d7f0347edba6e1824d1c92ff14 100644 (file)
@@ -1,5 +1,7 @@
 2001-11-26  Eli Zaretskii  <eliz@is.elta.co.il>
 
+       * help-fns.el: Renamed from help-funs.el.
+
        * startup.el (command-line-1): Don't try to call process-list if
        it is not fboundp.
 
index 48fef4c42fead4f48a11d30b85b06ae34f2578f7..366c798b1371ca148d42dec6bf0bef851ba3b574 100644 (file)
@@ -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