From 619ea8bebe0061ef20e1685e26f32b52caf240df Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 19 May 2003 14:38:44 +0000 Subject: [PATCH] (Fignore_event): Doc fix. --- src/frame.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frame.c b/src/frame.c index af280f1353..580dae02d5 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; -- 2.20.1