projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffa5f03
)
Fix typo in use-package docstring
author
Stefan Kangas
<stefan@marxist.se>
Sun, 26 Jun 2022 14:14:14 +0000
(16:14 +0200)
committer
Stefan Kangas
<stefan@marxist.se>
Sun, 26 Jun 2022 14:14:14 +0000
(16:14 +0200)
lisp/use-package/use-package-core.el
patch
|
blob
|
history
diff --git
a/lisp/use-package/use-package-core.el
b/lisp/use-package/use-package-core.el
index 28bc5a50ed05e315b58975511a8dc2477de49de2..a32371a6eaa02b7332b0e9db49e9353561395b32 100644
(file)
--- a/
lisp/use-package/use-package-core.el
+++ b/
lisp/use-package/use-package-core.el
@@
-1600,7
+1600,7
@@
this file. Usage:
:custom Call `custom-set' or `set-default' with each variable
definition without modifying the Emacs `custom-file'.
(compare with `custom-set-variables').
-:custom-face Call `custom
ize
-set-faces' with each face definition.
+:custom-face Call `custom-set-faces' with each face definition.
:ensure Loads the package using package.el if necessary.
:pin Pin the package to an archive."
(declare (indent 1))