(Fignore_event): Doc fix.
This commit is contained in:
parent
439ad9ea83
commit
619ea8bebe
1 changed files with 1 additions and 1 deletions
|
|
@ -745,7 +745,7 @@ to that frame. */)
|
|||
|
||||
DEFUN ("ignore-event", Fignore_event, Signore_event, 0, 0, "",
|
||||
doc: /* Do nothing, but preserve any prefix argument already specified.
|
||||
This is a suitable binding for iconify-frame and make-frame-visible. */)
|
||||
This is a suitable binding for `iconify-frame' and `make-frame-visible'. */)
|
||||
()
|
||||
{
|
||||
current_kboard->Vprefix_arg = Vcurrent_prefix_arg;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue