diff options
author | Romain Francoise <romain@orebokech.com> | 2005-10-31 17:06:01 +0000 |
---|---|---|
committer | Romain Francoise <romain@orebokech.com> | 2005-10-31 17:06:01 +0000 |
commit | ac8c0cce68f1ab2c16e16167ed030b623b18791a (patch) | |
tree | c5633da7f8aeee7d4214005da20ea6141eed9405 /lisp/help-fns.el | |
parent | c94f08ff7af4d0cebf29913bc2767abc25412c77 (diff) | |
download | emacs-ac8c0cce68f1ab2c16e16167ed030b623b18791a.tar.gz |
(describe-simplify-lib-file-name): Add autoload cookie.
Diffstat (limited to 'lisp/help-fns.el')
-rw-r--r-- | lisp/help-fns.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/help-fns.el b/lisp/help-fns.el index 88f32003867..9d4d3ea9b08 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el @@ -283,6 +283,7 @@ face (according to `face-differs-from-default-p')." ;; Return value is like the one from help-split-fundoc, but highlighted (cons usage doc)) +;;;###autoload (defun describe-simplify-lib-file-name (file) "Simplify a library name FILE to a relative name, and make it a source file." (if file |