diff options
Diffstat (limited to 'lisp/help-fns.el')
-rw-r--r-- | lisp/help-fns.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/help-fns.el b/lisp/help-fns.el index 0643b85672c..5aa8860ae9d 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el @@ -248,7 +248,7 @@ face (according to `face-differs-from-default-p')." src-file file-name))) -(declare-function ad-get-advice-info "emacs-lisp/advice" (function)) +(declare-function ad-get-advice-info "advice" (function)) ;;;###autoload (defun describe-function-1 (function) |