emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

scratch/package-vc-fixes 12a7853844 11/16: Remove references to internal


From: Philip Kaludercic
Subject: scratch/package-vc-fixes 12a7853844 11/16: Remove references to internal symbols from public docstrings
Date: Thu, 10 Nov 2022 14:44:05 -0500 (EST)

branch: scratch/package-vc-fixes
commit 12a7853844a81d130644d8eac0dbe84ef242c513
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Remove references to internal symbols from public docstrings
    
    * lisp/emacs-lisp/package-vc.el (package-vc-repository-store):
    Unmention 'package-vc--unpack'.
    (package-vc-install): Unmention 'package-vc--guess-backend' in favour
    of 'package-vc-heuristic-alist'.
---
 lisp/emacs-lisp/package-vc.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/emacs-lisp/package-vc.el b/lisp/emacs-lisp/package-vc.el
index 10b9e9b309..5d6d649dbc 100644
--- a/lisp/emacs-lisp/package-vc.el
+++ b/lisp/emacs-lisp/package-vc.el
@@ -102,7 +102,7 @@
 
 (defcustom package-vc-repository-store
   (expand-file-name "emacs/vc-packages" (xdg-data-home))
-  "Directory used by `package-vc--unpack' to store repositories."
+  "Directory used by to store repositories."
   :type 'directory
   :version "29.1")
 
@@ -621,7 +621,7 @@ name as deduced from NAME-OR-URL.
 Optional argument BACKEND specifies the VC backend to use for cloning
 the package's repository; this is only possible if NAME-OR-URL is a URL,
 a string.  If BACKEND is omitted or nil, the function
-uses `package-vc--guess-backend' to guess the backend."
+uses `package-vc-heuristic-alist' to guess the backend."
   (interactive
    (progn
      ;; Initialize the package system to get the list of package



reply via email to

[Prev in Thread] Current Thread [Next in Thread]