diff options
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/package-vc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/package-vc.el b/lisp/emacs-lisp/package-vc.el index 9288faf380f..e1a84c466e3 100644 --- a/lisp/emacs-lisp/package-vc.el +++ b/lisp/emacs-lisp/package-vc.el @@ -360,7 +360,7 @@ asynchronously." (declare-function org-export-to-file "ox" (backend file)) (defun package-vc--build-documentation (pkg-desc file) - "Build documentation FILE for PKG-DESC. + "Build documentation for package PKG-DESC from documentation source in FILE. FILE can be an Org file, indicated by its \".org\" extension, otherwise it's assumed to be an Info file." (let ((pkg-dir (package-desc-dir pkg-desc))) |