Improve use-package-vc-valid-keywords
docstring format
* lisp/use-package/use-package-core.el (use-package-vc-valid-keywords): Improve docstring format.
This commit is contained in:
parent
928180f32b
commit
4c6e9f5b00
1 changed files with 2 additions and 2 deletions
|
@ -1669,8 +1669,8 @@ Also see the Info node `(use-package) Creating an extension'."
|
||||||
(defconst use-package-vc-valid-keywords
|
(defconst use-package-vc-valid-keywords
|
||||||
'( :url :branch :lisp-dir :main-file :vc-backend :rev
|
'( :url :branch :lisp-dir :main-file :vc-backend :rev
|
||||||
:shell-command :make :ignored-files)
|
:shell-command :make :ignored-files)
|
||||||
"Valid keywords for the `:vc' keyword, see the Info
|
"Valid keywords for the `:vc' keyword.
|
||||||
node `(emacs)Fetching Package Sources'.")
|
See Info node `(emacs)Fetching Package Sources'.")
|
||||||
|
|
||||||
(defun use-package-normalize--vc-arg (arg)
|
(defun use-package-normalize--vc-arg (arg)
|
||||||
"Normalize possible arguments to the `:vc' keyword.
|
"Normalize possible arguments to the `:vc' keyword.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue