summaryrefslogtreecommitdiff
path: root/lisp/use-package/use-package-ensure-system-package.el
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-11-14 02:15:19 +0100
committerStefan Kangas <stefankangas@gmail.com>2022-11-14 02:18:43 +0100
commitff30d22909194f818e5262537bcd045c4bf86e90 (patch)
tree9cc3ac2457e1fce0aa8d684dea29ce4c56b0279a /lisp/use-package/use-package-ensure-system-package.el
parent971634e3f9e5c539f8a0184ca4ec1c4a3f9495ec (diff)
downloademacs-ff30d22909194f818e5262537bcd045c4bf86e90.tar.gz
emacs-ff30d22909194f818e5262537bcd045c4bf86e90.tar.bz2
emacs-ff30d22909194f818e5262537bcd045c4bf86e90.zip
Various checkdoc fixes
Diffstat (limited to 'lisp/use-package/use-package-ensure-system-package.el')
-rw-r--r--lisp/use-package/use-package-ensure-system-package.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/use-package/use-package-ensure-system-package.el b/lisp/use-package/use-package-ensure-system-package.el
index 8f1affadae0..c42996f9d2a 100644
--- a/lisp/use-package/use-package-ensure-system-package.el
+++ b/lisp/use-package/use-package-ensure-system-package.el
@@ -29,7 +29,7 @@
"List of custom packages installed.")
(defun use-package-ensure-system-package-consify (arg)
- "Turn `arg' into a cons of (`package-name' . `install-command')."
+ "Turn ARG into a cons of (`package-name' . `install-command')."
(cond
((stringp arg)
(cons arg `(system-packages-install ,arg)))
@@ -54,7 +54,7 @@
;;;###autoload
(defun use-package-normalize/:ensure-system-package (_name-symbol keyword args)
- "Turn `arg' into a list of cons-es of (`package-name' . `install-command')."
+ "Turn ARGS into a list of conses of (`package-name' . `install-command')."
(use-package-as-one (symbol-name keyword) args
(lambda (_label arg)
(cond