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
6e5cbb63
Commit
6e5cbb63
authored
Jul 07, 2003
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(ehelp-command): Use defalias to define ehelp-command.
Give it a doc string, and autoload it.
parent
6df8016c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
lisp/ehelp.el
lisp/ehelp.el
+5
-2
No files found.
lisp/ehelp.el
View file @
6e5cbb63
...
...
@@ -418,8 +418,11 @@ will select it.)"
(
substitute-key-definition
'describe-bindings
'electric-describe-bindings
map
)
(
substitute-key-definition
'describe-syntax
'electric-describe-syntax
map
)
(
setq
ehelp-map
map
)
(
fset
'ehelp-command
map
)))
(
setq
ehelp-map
map
)))
;;;###(autoload 'ehelp-command "ehelp" "Prefix command for ehelp." t 'keymap)
(
defalias
'ehelp-command
ehelp-map
)
(
put
'ehelp-command
'documentation
"Prefix command for ehelp."
)
(
provide
'ehelp
)
...
...
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