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
38790755
Commit
38790755
authored
Feb 26, 2001
by
Gerd Moellmann
Browse files
(view-order-manuals): Use goto-address.
parent
e3ba6456
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/help.el
lisp/help.el
+2
-1
No files found.
lisp/help.el
View file @
38790755
...
...
@@ -453,7 +453,8 @@ With numeric argument, display information on correspondingly older changes."
(
defun
view-order-manuals
()
"Display the Emacs ORDERS file."
(
interactive
)
(find-file-read-only (expand-file-name "ORDERS" data-directory)))
(
find-file-read-only
(
expand-file-name
"ORDERS"
data-directory
))
(
goto-address
))
(
defun
view-emacs-FAQ
()
"Display the Emacs Frequently Asked Questions (FAQ) file."
...
...
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