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: