branch: externals/system-packages
commit eeff5e395a0db54695189d1e4181ec2653a84df5
Author: Štěpán Němec <[email protected]>
Commit: Štěpán Němec <[email protected]>
system-packages-package-manager: Fix doc string
---
system-packages.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/system-packages.el b/system-packages.el
index cedb3f5..7f73751 100644
--- a/system-packages.el
+++ b/system-packages.el
@@ -293,8 +293,8 @@ The key is the package manager and values (usually)
commands.")
(setq managers nil)
(setq manager nil))))
(car manager))
- "Symbol containing the package manager to use.
-See `system-packages-supported-package-managers' for a list of
+ "Symbol naming the package manager to use.
+See `system-packages-supported-package-managers' for the list of
supported software. Tries to be smart about selecting the
default. If you change this value, you may also want to change
`system-packages-use-sudo'."