mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-07 12:49:38 +00:00
Update docstring for :disabled
This commit is contained in:
parent
1c5f9247aa
commit
a66d1952e3
1 changed files with 1 additions and 1 deletions
|
@ -471,7 +471,7 @@ this file. Usage:
|
||||||
:demand Prevent deferred loading in all cases.
|
:demand Prevent deferred loading in all cases.
|
||||||
|
|
||||||
:if EXPR Initialize and load only if EXPR evaluates to a non-nil value.
|
: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.
|
:defines Declare certain variables to silence the byte-compiler.
|
||||||
:functions Declare certain functions 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.
|
:load-path Add to the `load-path' before attempting to load the package.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue