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
Discrepancy between describe-function and counsel-describe-function #1330
Comments
I think this is intentional; see #1088 (comment). |
Having said that, it might be nice to make this configurable. |
I discovered it because I rely on the |
Thanks, it's customizable now: use |
Great, @abo-abo, thank you! |
You're welcome.
I see. I simply use C-1 for this with |
I only recently installed |
Awesome, thanks! |
If my point is at the end of
(find-file "hello" |
,describe-function
will describe the function,find-file
;counsel-describe-function
appears to select whatever function matches the regex given by the text of the word before point.The text was updated successfully, but these errors were encountered: