Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add apropos support. #664

Merged
merged 1 commit into from
Jul 11, 2014
Merged

Add apropos support. #664

merged 1 commit into from
Jul 11, 2014

Conversation

jeffvalk
Copy link
Contributor

Add apropos search for function/var names (bound to C-c C-h a) and documentation (bound to C-c C-h d).

@@ -568,6 +568,8 @@ Keyboard shortcut | Description
<kbd>C-c M-.</kbd> | Jump to the resource referenced by the string at point.
<kbd>M-,</kbd> | Return to your pre-jump location.
<kbd>M-TAB</kbd> | Complete the symbol at point.
<kbd>C-h a</kbd> | Apropos search for functions/vars.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should not use keybindings that start with C-h. Perhaps we can use C-c C-h a/d or something like C-c C-a a/d.

Add apropos search for function/var names (bound to <kbd>C-c C-h a</kbd>) and
documentation (bound to <kbd>C-c C-h d</kbd>).
bbatsov added a commit that referenced this pull request Jul 11, 2014
@bbatsov bbatsov merged commit fec420b into clojure-emacs:master Jul 11, 2014
@bbatsov
Copy link
Member

bbatsov commented Jul 11, 2014

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants