Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
4a8adb0b
Commit
4a8adb0b
authored
Oct 01, 1999
by
Dave Love
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Require view when compiling.
(view-emacs-FAQ): Use Info version.
parent
5b275f3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
lisp/help.el
lisp/help.el
+3
-1
No files found.
lisp/help.el
View file @
4a8adb0b
...
...
@@ -32,6 +32,7 @@
;; Get the macro make-help-screen when this is compiled,
;; or run interpreted, but not when the compiled code is loaded.
(
eval-when-compile
(
require
'help-macro
))
(
eval-when-compile
(
require
'view
))
(
defvar
help-map
(
make-sparse-keymap
)
"Keymap for characters following the Help key."
)
...
...
@@ -452,7 +453,8 @@ With numeric argument display information on correspondingly older changes."
(
defun
view-emacs-FAQ
()
"Display the Emacs Frequently Asked Questions (FAQ) file."
(
interactive
)
(
find-file-read-only
(
expand-file-name
"FAQ"
data-directory
)))
;;; (find-file-read-only (expand-file-name "FAQ" data-directory))
(
info
"(emacs-faq)"
))
(
defun
view-lossage
()
"Display last 100 input keystrokes."
...
...
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