diff options
author | Philip Kaludercic <philipk@posteo.net> | 2023-03-30 23:24:08 +0200 |
---|---|---|
committer | Philip Kaludercic <philipk@posteo.net> | 2023-03-30 23:28:30 +0200 |
commit | d23dc3dd7e31526e5748332614ab4501984ad625 (patch) | |
tree | fe6f4450030b796f9b22dfff2e96d7ef1c18ca38 /lisp/emacs-lisp/package-vc.el | |
parent | 4508a024e81834cfb01c6f7984182e1a6cbb91ea (diff) | |
download | emacs-d23dc3dd7e31526e5748332614ab4501984ad625.tar.gz emacs-d23dc3dd7e31526e5748332614ab4501984ad625.tar.bz2 emacs-d23dc3dd7e31526e5748332614ab4501984ad625.zip |
; * lisp/emacs-lisp/package-vc.el (package-vc): Fix manual reference
Diffstat (limited to 'lisp/emacs-lisp/package-vc.el')
-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 253b35f1f1a..d57095a83d1 100644 --- a/lisp/emacs-lisp/package-vc.el +++ b/lisp/emacs-lisp/package-vc.el @@ -58,7 +58,7 @@ (defgroup package-vc nil "Manage packages from VC checkouts." :group 'package - :link '(custom-manual "(emacs) Package from Source") + :link '(custom-manual "(emacs) Fetching Package Sources") :prefix "package-vc-" :version "29.1") |