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
3e9c095d
Commit
3e9c095d
authored
Jun 20, 1994
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(finder-by-keyword): Add doc string and t for interactive.
parent
dd659acb
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 @
3e9c095d
...
...
@@ -67,7 +67,8 @@
(
define-key
help-map
"n"
'view-emacs-news
)
(
define-key
help-map
"p"
'finder-by-keyword
)
(
autoload
'finder-by-keyword
"finder"
)
(
autoload
'finder-by-keyword
"finder"
"Find packages matching a given keyword."
t
)
(
define-key
help-map
"s"
'describe-syntax
)
...
...
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