emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/system-packages 47e4119 035/117: Fix docstring


From: Stefan Monnier
Subject: [elpa] externals/system-packages 47e4119 035/117: Fix docstring
Date: Fri, 14 Dec 2018 17:02:03 -0500 (EST)

branch: externals/system-packages
commit 47e4119f7f8fcb26954dc5926469bda22ed03123
Author: Alex Branham <address@hidden>
Commit: Alex Branham <address@hidden>

    Fix docstring
---
 system-packages.el | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/system-packages.el b/system-packages.el
index 3d7d787..9e4cdd1 100644
--- a/system-packages.el
+++ b/system-packages.el
@@ -197,9 +197,11 @@
            for path = (executable-find (symbol-name name))
            when path
            return name)
-  "String containing the package manager to use. Currently
-    system-packages supports pacman, pacaur, apt, and
-    homebrew. Tries to be smart about selecting the default."
+  "String containing the package manager to use.
+
+See `system-packages-supported-package-managers' for a list of
+supported software. Tries to be smart about selecting the
+default."
   :type 'symbol)
 
 (defvar system-packages-usesudo



reply via email to

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