]> git.eshelyaron.com Git - emacs.git/commitdiff
Update docstring for :disabled
authorJohn Wiegley <johnw@newartisans.com>
Mon, 16 Mar 2015 01:39:19 +0000 (20:39 -0500)
committerJohn Wiegley <johnw@newartisans.com>
Mon, 16 Mar 2015 01:40:50 +0000 (20:40 -0500)
lisp/use-package/use-package.el

index 17543e3e73432abf9af82a61b078b665b1949ff2..6febf6af698a75a78d521396f32d39f8ce53c256 100644 (file)
@@ -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.