When I view documentation for beginning-of-defun
, there is a note:
This function is advised.
Around-advice `senator':
Move backward to the beginning of a defun.
If semantic tags are available, use them to navigate.
However I can't find in which .el file the defadvice is called. Is there any way to navigate to the original file, where the advice is defined?
Edit: While i marked correct Phils' suggestion to rgrep the .el files, i still hope, that there is some more elegant way to trace back to the defadvice.