diff --git a/core/core-popups.el b/core/core-popups.el index 0826414a4..e96b64ba8 100644 --- a/core/core-popups.el +++ b/core/core-popups.el @@ -288,7 +288,7 @@ the command buffer." (switch-to-buffer (car location) nil t) (if (not (cdr location)) (message "Unable to find location in file") - (goto-char location) + (goto-char (cdr location)) (recenter))) (define-button-type 'help-function-def