From: Richard M. Stallman Date: Mon, 19 May 2003 14:38:44 +0000 (+0000) Subject: (Fignore_event): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~10079 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=619ea8bebe0061ef20e1685e26f32b52caf240df;p=emacs.git (Fignore_event): Doc fix. --- diff --git a/src/frame.c b/src/frame.c index af280f13537..580dae02d5e 100644 --- a/src/frame.c +++ b/src/frame.c @@ -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;