diff options
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 |