diff options
author | Richard M. Stallman <rms@gnu.org> | 2003-05-19 14:38:44 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2003-05-19 14:38:44 +0000 |
commit | 619ea8bebe0061ef20e1685e26f32b52caf240df (patch) | |
tree | 70fe1eea89de35914e9fadab6cf65d22b5a241f7 /src/frame.c | |
parent | 439ad9ea83423eea619a27c54ad0fd9508c4d947 (diff) | |
download | emacs-619ea8bebe0061ef20e1685e26f32b52caf240df.tar.gz |
(Fignore_event): Doc fix.
Diffstat (limited to 'src/frame.c')
-rw-r--r-- | src/frame.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |