[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master 6a2cdc6: Allow minor modes to specify major modes they're use
From: |
Stefan Monnier |
Subject: |
Re: master 6a2cdc6: Allow minor modes to specify major modes they're useful in |
Date: |
Fri, 12 Feb 2021 08:52:45 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
> +@item :interactive @var{value}
> +Minor modes are interactive commands by default. If @var{value} is
> +@code{nil}, this is inhibited. If @var{value} is a list of symbols,
> +it's used to say which major modes this minor mode is useful in.
> @end table
Please always arrange for keyword arguments to mean the same when `nil`
is specified as when the keyword is absent.
Stefan
- Re: master 6a2cdc6: Allow minor modes to specify major modes they're useful in,
Stefan Monnier <=