summaryrefslogtreecommitdiff
path: root/lisp/help-fns.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2007-12-06 04:05:51 +0000
committerGlenn Morris <rgm@gnu.org>2007-12-06 04:05:51 +0000
commit2c52d7a3b2fcbd32259bf4ca896b0813e5fc844f (patch)
tree68decfb6db19f666f22be7cf248e69b2b51e1f04 /lisp/help-fns.el
parent40234eaf656ec432af0569a814cf1b0c398d13d8 (diff)
downloademacs-2c52d7a3b2fcbd32259bf4ca896b0813e5fc844f.tar.gz
emacs-2c52d7a3b2fcbd32259bf4ca896b0813e5fc844f.tar.bz2
emacs-2c52d7a3b2fcbd32259bf4ca896b0813e5fc844f.zip
Remove directory part from filenames in function declarations.
Diffstat (limited to 'lisp/help-fns.el')
-rw-r--r--lisp/help-fns.el2
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)