From 543935482f1d7a6dddcff9fc6da5b930c3b976e7 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 9 Feb 2016 19:33:09 -0500 Subject: [PATCH] Add a comment about a recent change --- lisp/use-package/use-package.el | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/use-package/use-package.el b/lisp/use-package/use-package.el index d106ef2e20b..cf5b2814d45 100644 --- a/lisp/use-package/use-package.el +++ b/lisp/use-package/use-package.el @@ -659,7 +659,12 @@ manually updated package." (defun use-package-normalize-pairs (name label arg &optional recursed allow-vector allow-string-cdrs) - "Normalize a list of string/symbol pairs." + "Normalize a list of string/symbol pairs. +If RECURSED is non-nil, recurse into sublists. +If ALLOW-VECTOR is non-nil, then the key to bind may specify a +vector of keys, as accepted by `define-key'. +If ALLOW-STRING-CDRS is non-nil, then the command name to bind to +may also be a string, as accepted by `define-key'." (cond ((or (stringp arg) (and allow-vector (vectorp arg))) (list (cons arg (use-package-as-symbol name)))) -- 2.39.2