From 869e248da3d1c43469d10c7913b1aa78e0879a17 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 26 Feb 2001 16:40:08 +0000 Subject: [PATCH] (describe-project): Display the file THE-GNU-PROJECT. --- lisp/help.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/help.el b/lisp/help.el index 320563f14c2..84f3f52824e 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -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 () -- 2.39.5