Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f2102d2c
Commit
f2102d2c
authored
Dec 28, 1996
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(help-map): Define C-h C-i to run word-help.
parent
55b72332
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lisp/help.el
lisp/help.el
+1
-0
No files found.
lisp/help.el
View file @
f2102d2c
...
...
@@ -68,6 +68,7 @@
(
define-key
help-map
"i"
'info
)
(
define-key
help-map
"\C-f"
'Info-goto-emacs-command-node
)
(
define-key
help-map
"\C-k"
'Info-goto-emacs-key-command-node
)
(
define-key
help-map
"\C-i"
'word-help
)
(
define-key
help-map
"l"
'view-lossage
)
...
...
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