]> git.eshelyaron.com Git - emacs.git/commitdiff
(Help Files): Rename view-todo to view-emacs-toto.
authorKim F. Storm <storm@cua.dk>
Thu, 6 Mar 2008 00:07:15 +0000 (00:07 +0000)
committerKim F. Storm <storm@cua.dk>
Thu, 6 Mar 2008 00:07:15 +0000 (00:07 +0000)
Rename describe-project to describe-gnu-project.

lisp/ChangeLog
man/help.texi

index e938dc7c9e5a16a1cc38c8f3191f8a0e8e668aad..7e154fb86443536baf9db540a53d10ac069f0d02 100644 (file)
@@ -1,3 +1,9 @@
+2008-03-06  Kim F. Storm  <storm@cua.dk>
+
+       * help.el (view-emacs-todo): Rename from view-todo. Change users.
+       (describe-gnu-project): Rename from describe-project. Change users.
+       Define obsolete function aliases for the old names.
+
 2008-03-05  Chong Yidong  <cyd@stupidchicken.com>
 
        * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
index 3e5ed5a90ff785622811c2f26ec24f0de6a33b23..88682ac8ad02d80a55bf92f8b7402b98f963cff1 100644 (file)
@@ -606,7 +606,7 @@ control character.
 @kindex C-h C-n
 @findex view-emacs-news
 @kindex C-h C-p
-@findex describe-project
+@findex describe-gnu-project
 @kindex C-h C-t
 @findex view-emacs-todo
 @kindex C-h C-w
@@ -629,9 +629,9 @@ Display the Emacs ``news'' file, which lists new features in the most
 recent version of Emacs (@code{view-emacs-news}).
 @item C-h C-p
 Display general information about the GNU Project
-(@code{describe-project}).
+(@code{describe-gnu-project}).
 @item C-h C-t
-Display the Emacs to-do list (@code{view-todo}).
+Display the Emacs to-do list (@code{view-emacs-todo}).
 @item C-h C-w
 Display the full details on the complete absence of warranty for GNU
 Emacs (@code{describe-no-warranty}).