diff options
| author | Philip Kaludercic | 2022-11-04 18:17:45 +0100 |
|---|---|---|
| committer | Philip Kaludercic | 2022-11-04 18:17:45 +0100 |
| commit | f17fadd01ac291cd3d917df4255b25fa7e81212a (patch) | |
| tree | c79dc692c0030da262804f8b41728be5c405e4f1 | |
| parent | d69edfc7956b3194e6b84c4030670c8a8c409b1c (diff) | |
| download | emacs-f17fadd01ac291cd3d917df4255b25fa7e81212a.tar.gz emacs-f17fadd01ac291cd3d917df4255b25fa7e81212a.zip | |
Link to Manual from the package-vc group
* lisp/emacs-lisp/package-vc.el (package-vc): Add 'custom-manual'
link.
| -rw-r--r-- | lisp/emacs-lisp/package-vc.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/package-vc.el b/lisp/emacs-lisp/package-vc.el index b18b5b1e483..2e0a6b6a603 100644 --- a/lisp/emacs-lisp/package-vc.el +++ b/lisp/emacs-lisp/package-vc.el | |||
| @@ -43,6 +43,7 @@ | |||
| 43 | (defgroup package-vc nil | 43 | (defgroup package-vc nil |
| 44 | "Manage packages from VC checkouts." | 44 | "Manage packages from VC checkouts." |
| 45 | :group 'package | 45 | :group 'package |
| 46 | :link '(custom-manual "(emacs) Package from Source") | ||
| 46 | :version "29.1") | 47 | :version "29.1") |
| 47 | 48 | ||
| 48 | (defconst package-vc--elpa-packages-version 1 | 49 | (defconst package-vc--elpa-packages-version 1 |