[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
scratch/package-vc-fixes 95882b0567 09/14: Clarify 'package-vc--build-do
|
From: |
Philip Kaludercic |
|
Subject: |
scratch/package-vc-fixes 95882b0567 09/14: Clarify 'package-vc--build-documentation' docstring |
|
Date: |
Wed, 9 Nov 2022 03:52:02 -0500 (EST) |
branch: scratch/package-vc-fixes
commit 95882b05678d07f0c5d37934ffc0757bd5dfd5c5
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>
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.
---
lisp/emacs-lisp/package-vc.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/emacs-lisp/package-vc.el b/lisp/emacs-lisp/package-vc.el
index a863d708b8..23ac0a88c5 100644
--- a/lisp/emacs-lisp/package-vc.el
+++ b/lisp/emacs-lisp/package-vc.el
@@ -356,7 +356,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)))
- scratch/package-vc-fixes cb6415a45a 01/14: ; Fix interactive spec for 'package-vc-refresh', (continued)
- scratch/package-vc-fixes cb6415a45a 01/14: ; Fix interactive spec for 'package-vc-refresh', Philip Kaludercic, 2022/11/09
- scratch/package-vc-fixes 61048ae3fa 02/14: Handle strings as keys in 'package-vc-ensure-packages', Philip Kaludercic, 2022/11/09
- scratch/package-vc-fixes 6ba14d437b 10/14: Expand 'package-vc--unpack-1' documentation, Philip Kaludercic, 2022/11/09
- scratch/package-vc-fixes ed0caa9032 04/14: Mark 'package-vc-install-selected-packages' as interactive, Philip Kaludercic, 2022/11/09
- scratch/package-vc-fixes c94b80caf1 05/14: Autoload 'package-vc-install-selected-packages', Philip Kaludercic, 2022/11/09
- scratch/package-vc-fixes c7b485da75 07/14: Fix 'package-vc-selected-packages' documentation, Philip Kaludercic, 2022/11/09
- scratch/package-vc-fixes 8956d833b3 12/14: Fix generation of documentation for source packages, Philip Kaludercic, 2022/11/09
- scratch/package-vc-fixes fe4b9fbbd3 03/14: Rename '-ensure-packages' to -install-selected-packages', Philip Kaludercic, 2022/11/09
- scratch/package-vc-fixes b19bf809f8 06/14: Mark 'package-vc-update' as interactive, Philip Kaludercic, 2022/11/09
- scratch/package-vc-fixes 55af74cd1e 08/14: Fix the docstring for 'package-vc--version', Philip Kaludercic, 2022/11/09
- scratch/package-vc-fixes 95882b0567 09/14: Clarify 'package-vc--build-documentation' docstring,
Philip Kaludercic <=
- scratch/package-vc-fixes 12a7853844 11/14: Remove references to internal symbols from public docstrings, Philip Kaludercic, 2022/11/09
- scratch/package-vc-fixes 04ade0508d 14/14: Track 'default-directory' while updating source packages, Philip Kaludercic, 2022/11/09
- scratch/package-vc-fixes f23742da36 13/14: Allow specifying a :lisp-dir for package descriptions, Philip Kaludercic, 2022/11/09