mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 00:10:48 -08:00
(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
Add a link
Reference in a new issue