Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
869e248d
Commit
869e248d
authored
Feb 26, 2001
by
Gerd Moellmann
Browse files
(describe-project): Display the file THE-GNU-PROJECT.
parent
1932029c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/help.el
lisp/help.el
+1
-1
No files found.
lisp/help.el
View file @
869e248d
...
...
@@ -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
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment