aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-11-26 19:52:07 +0000
committerEli Zaretskii2001-11-26 19:52:07 +0000
commit125eb4116cb3f2c3bf9ee0c56d29444ccd2cd1be (patch)
treeff908f86450ffa757e1d54cccdd93c579503a226
parent303fccda0be96d2d0c521e9a00aadac51ffd4ae0 (diff)
downloademacs-125eb4116cb3f2c3bf9ee0c56d29444ccd2cd1be.tar.gz
emacs-125eb4116cb3f2c3bf9ee0c56d29444ccd2cd1be.zip
Change the provide and the header as per the renaming.
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/help-fns.el6
2 files changed, 5 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e650ba78b68..518c1988783 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12001-11-26 Eli Zaretskii <eliz@is.elta.co.il> 12001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
2 2
3 * help-fns.el: Renamed from help-funs.el.
4
3 * startup.el (command-line-1): Don't try to call process-list if 5 * startup.el (command-line-1): Don't try to call process-list if
4 it is not fboundp. 6 it is not fboundp.
5 7
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 @@
1;;; help-funs.el --- Complex help functions 1;;; help-fns.el --- Complex help functions
2 2
3;; Copyright (C) 1985, 1986, 1993, 1994, 1998, 1999, 2000, 2001 3;; Copyright (C) 1985, 1986, 1993, 1994, 1998, 1999, 2000, 2001
4;; Free Software Foundation, Inc. 4;; Free Software Foundation, Inc.
@@ -452,6 +452,6 @@ BUFFER defaults to the current buffer."
452 (insert "\nThe parent syntax table is:") 452 (insert "\nThe parent syntax table is:")
453 (describe-vector table 'internal-describe-syntax-value)))))) 453 (describe-vector table 'internal-describe-syntax-value))))))
454 454
455(provide 'help-funs) 455(provide 'help-fns)
456 456
457;;; help-funs.el ends here 457;;; help-fns.el ends here