branch: externals/system-packages
commit 6fd433f363021c8db601757ed3534c7941dd9045
Author: Stefan Kangas <stefankan...@gmail.com>
Commit: Stefan Kangas <stefankan...@gmail.com>

    Fix quoting in docstring
    
    * system-packages.el (system-packages-get-command): Fix quoting.
---
 system-packages.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/system-packages.el b/system-packages.el
index 7002320d08..d164dd358e 100644
--- a/system-packages.el
+++ b/system-packages.el
@@ -353,7 +353,7 @@ Tries to be smart for selecting the default."
 (defun system-packages-get-command (action &optional pack args)
   "Return a command to run as a string.
 ACTION should be in
-`system-packages-supported-package-managers' (e.g. 'install).
+`system-packages-supported-package-managers' (e.g. \='install).
 PACK is used to operate on a specific package, and ARGS is a way
 of passing additional arguments to the package manager."
   (let ((command

Reply via email to