diff options
author | Philip Kaludercic <philipk@posteo.net> | 2022-11-06 12:12:23 +0100 |
---|---|---|
committer | Philip Kaludercic <philipk@posteo.net> | 2022-11-17 20:37:28 +0100 |
commit | f939859fe4eab6774f41030b27f5329afd4e98b1 (patch) | |
tree | 4123a9b71fd35ad2058766589795905991656271 /lisp/emacs-lisp | |
parent | 32758c6da0bb9d3de60244e471b73dd43602d7fb (diff) | |
download | emacs-f939859fe4eab6774f41030b27f5329afd4e98b1.tar.gz emacs-f939859fe4eab6774f41030b27f5329afd4e98b1.tar.bz2 emacs-f939859fe4eab6774f41030b27f5329afd4e98b1.zip |
Clarify 'package-vc--build-documentation' docstring
* lisp/emacs-lisp/package-vc.el (package-vc--build-documentation):
Rewrite the first line.
As suggested by Eli Zaretskii.
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))) |