* lispref/commands.texi (Defining Commands): Tweak previous change.
This commit is contained in:
parent
eb6f0d5663
commit
4118be693d
1 changed files with 3 additions and 2 deletions
|
@ -129,8 +129,9 @@ non-@code{nil} @code{interactive-only} property. This causes the
|
|||
byte compiler to warn if the command is called from Lisp. The value
|
||||
of the property can be: a string, which the byte-compiler will
|
||||
use directly in its warning (it should end with a period,
|
||||
and not start with a capital); @code{t}; any other symbol, which
|
||||
should be an alternative function to use in Lisp code.
|
||||
and not start with a capital, e.g. ``use @dots{} instead.''); @code{t};
|
||||
any other symbol, which should be an alternative function to use in
|
||||
Lisp code.
|
||||
|
||||
@menu
|
||||
* Using Interactive:: General rules for @code{interactive}.
|
||||
|
|
Loading…
Add table
Reference in a new issue