mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-04 22:50:59 -08:00
(Fcommandp): Doc fix.
This commit is contained in:
parent
3ec0a24862
commit
769b4fb2f5
1 changed files with 1 additions and 1 deletions
|
|
@ -1775,7 +1775,7 @@ fourth argument, and some of the built-in functions of Lisp.
|
|||
Also, a symbol satisfies `commandp' if its function definition does so.
|
||||
|
||||
If the optional argument FOR-CALL-INTERACTIVELY is non-nil,
|
||||
then strins and vectors are not accepted. */)
|
||||
then strings and vectors are not accepted. */)
|
||||
(function, for_call_interactively)
|
||||
Lisp_Object function, for_call_interactively;
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue