diff options
Diffstat (limited to 'helpful.el')
| -rw-r--r-- | helpful.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -271,7 +271,7 @@ Return SYM otherwise." 'follow-link t 'help-echo "Set directory to Emacs C source code") -(defun helpful--c-source-directory (button) +(defun helpful--c-source-directory (_button) "Set `find-function-C-source-directory' so we can show the source code to primitives." (let ((emacs-src-dir (read-directory-name "Path to Emacs source code: "))) |
