branch: externals/system-packages
commit 47e4119f7f8fcb26954dc5926469bda22ed03123
Author: Alex Branham <[email protected]>
Commit: Alex Branham <[email protected]>
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