diff options
author | John Wiegley <johnw@newartisans.com> | 2015-03-15 20:39:19 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2015-03-15 20:40:50 -0500 |
commit | a66d1952e3ca688d89bf997e50624e1e1896f9ad (patch) | |
tree | 8cc17c835f1cd80fac6a2ffb24d1e09576cf748b /lisp | |
parent | 1c5f9247aa9de883f099bda71b80c01025b993a9 (diff) | |
download | emacs-a66d1952e3ca688d89bf997e50624e1e1896f9ad.tar.gz emacs-a66d1952e3ca688d89bf997e50624e1e1896f9ad.tar.bz2 emacs-a66d1952e3ca688d89bf997e50624e1e1896f9ad.zip |
Update docstring for :disabled
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/use-package/use-package.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/use-package/use-package.el b/lisp/use-package/use-package.el index 17543e3e734..6febf6af698 100644 --- 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. |