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
e7691e9c
Commit
e7691e9c
authored
Aug 31, 1992
by
Richard M. Stallman
Browse files
*** empty log message ***
parent
6e3ccc70
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
lisp/mouse.el
lisp/mouse.el
+6
-6
No files found.
lisp/mouse.el
View file @
e7691e9c
...
...
@@ -509,17 +509,17 @@ This does not delete the region; it acts like \\[kill-ring-save]."
(
defvar
help-modes-map
'
(
keymap
"Modes"
))
(
defvar
help-admin-map
'
(
keymap
"Administrivia"
))
(
define-key
help-menu-map
"a"
(
define-key
help-menu-map
[apropos]
(
cons
"Is there a command that..."
help-apropos-map
))
(
define-key
help-menu-map
"k"
(
define-key
help-menu-map
[keys]
(
cons
"Key Commands <==> Functions"
help-keys-map
))
(
define-key
help-menu-map
"m"
(
define-key
help-menu-map
[manuals]
(
cons
"Manual and tutorial"
help-manual-map
))
(
define-key
help-menu-map
"x"
(
define-key
help-menu-map
[misc]
(
cons
"Odds and ends"
help-misc-map
))
(
define-key
help-menu-map
"M"
(
define-key
help-menu-map
[modes]
(
cons
"Modes"
help-modes-map
))
(
define-key
help-menu-map
"z"
(
define-key
help-menu-map
[admin]
(
cons
"Administrivia"
help-admin-map
))
(
define-key
help-apropos-map
"c"
'
(
"Command Apropos"
.
command-apropos
))
...
...
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