diff lisp/help.el @ 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 f20c9b522f1d
children 00977877718a
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 ()