# HG changeset patch # User Kim F. Storm # Date 1204328323 0 # Node ID 1faa9403a7f5f2bd39fe2051c40f5df286b0f472 # Parent 42d2ac4260eb5ca6bf809053d4e6ce3d3deeecde Rename describe-project to describe-gnu-project. diff -r 42d2ac4260eb -r 1faa9403a7f5 lisp/startup.el --- a/lisp/startup.el Fri Feb 29 23:37:54 2008 +0000 +++ b/lisp/startup.el Fri Feb 29 23:38:43 2008 +0000 @@ -1177,7 +1177,7 @@ '("GNU/Linux" (lambda (button) (browse-url "http://www.gnu.org/gnu/linux-and-gnu.html")) "Browse http://www.gnu.org/gnu/linux-and-gnu.html") - '("GNU" (lambda (button) (describe-project)) + '("GNU" (lambda (button) (describe-gnu-project)) "Display info on the GNU project"))) " operating system.\n" :face variable-pitch "To quit a partially entered command, type " @@ -1236,7 +1236,7 @@ '("GNU/Linux" (lambda (button) (browse-url "http://www.gnu.org/gnu/linux-and-gnu.html")) "Browse http://www.gnu.org/gnu/linux-and-gnu.html") - '("GNU" (lambda (button) (describe-project)) + '("GNU" (lambda (button) (describe-gnu-project)) "Display info on the GNU project."))) " operating system.\n" :face (lambda () @@ -1262,7 +1262,7 @@ (goto-char (point-min)))) "\tHow to contribute improvements to Emacs\n" "\n" - :link ("GNU and Freedom" (lambda (button) (describe-project))) + :link ("GNU and Freedom" (lambda (button) (describe-gnu-project))) "\tWhy we developed GNU Emacs, and the GNU operating system\n" :link ("Absence of Warranty" (lambda (button) (describe-no-warranty))) "\tGNU Emacs comes with " @@ -1872,7 +1872,7 @@ (insert "\tHow to contribute improvements to Emacs\n\n") (insert-button "GNU and Freedom" - 'action (lambda (button) (describe-project)) + 'action (lambda (button) (describe-gnu-project)) 'follow-link t) (insert "\t\tWhy we developed GNU Emacs and the GNU system\n")