]> git.eshelyaron.com Git - emacs.git/commitdiff
(describe-project): Display the file THE-GNU-PROJECT.
authorGerd Moellmann <gerd@gnu.org>
Mon, 26 Feb 2001 16:40:08 +0000 (16:40 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 26 Feb 2001 16:40:08 +0000 (16:40 +0000)
lisp/help.el

index 320563f14c220cd259f373dc436b89bc8c625857..84f3f52824e9207d68b60fcba0444215fd08489f 100644 (file)
@@ -404,7 +404,7 @@ For minor modes, see following pages.\n\n"))
   "Display info on the GNU project."
   (interactive)
   (find-file-read-only
-   (expand-file-name "GNU" data-directory))
+   (expand-file-name "THE-GNU-PROJECT" data-directory))
   (goto-char (point-min)))
 
 (defun describe-no-warranty ()