changeset 36403:d97291862662

(describe-project): Display the file THE-GNU-PROJECT.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 26 Feb 2001 16:40:08 +0000
parents e06c9b1a0b04
children 5bac9d142978
files lisp/help.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/help.el	Mon Feb 26 14:21:28 2001 +0000
+++ b/lisp/help.el	Mon Feb 26 16:40:08 2001 +0000
@@ -404,7 +404,7 @@
   "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 ()