changeset 51091:178720d9eaff

(Fignore_event): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Mon, 19 May 2003 14:38:44 +0000
parents 269d016f45bd
children c559952fe972
files src/frame.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/frame.c	Mon May 19 13:02:39 2003 +0000
+++ b/src/frame.c	Mon May 19 14:38:44 2003 +0000
@@ -745,7 +745,7 @@
 
 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;