projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c5f924
)
Update docstring for :disabled
author
John Wiegley
<johnw@newartisans.com>
Mon, 16 Mar 2015 01:39:19 +0000
(20:39 -0500)
committer
John Wiegley
<johnw@newartisans.com>
Mon, 16 Mar 2015 01:40:50 +0000
(20:40 -0500)
lisp/use-package/use-package.el
patch
|
blob
|
history
diff --git
a/lisp/use-package/use-package.el
b/lisp/use-package/use-package.el
index 17543e3e73432abf9af82a61b078b665b1949ff2..6febf6af698a75a78d521396f32d39f8ce53c256 100644
(file)
--- a/
lisp/use-package/use-package.el
+++ b/
lisp/use-package/use-package.el
@@
-471,7
+471,7
@@
this file. Usage:
:demand Prevent deferred loading in all cases.
:if EXPR Initialize and load only if EXPR evaluates to a non-nil value.
-:disabled The package is ignored completely
, the same as `:if nil'
.
+:disabled The package is ignored completely
if this keyword is present
.
:defines Declare certain variables to silence the byte-compiler.
:functions Declare certain functions to silence the byte-compiler.
:load-path Add to the `load-path' before attempting to load the package.