diff src/fileio.c @ 102284:54ac3994d290

* fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 26 Feb 2009 10:18:15 +0000
parents b6d5d903f0ce
children eaf39e07d5ea
line wrap: on
line diff
--- a/src/fileio.c	Thu Feb 26 10:11:34 2009 +0000
+++ b/src/fileio.c	Thu Feb 26 10:18:15 2009 +0000
@@ -5404,7 +5404,7 @@
        Snext_read_file_uses_dialog_p, 0, 0, 0,
        doc: /* Return t if a call to `read-file-name' will use a dialog.
 The return value is only relevant for a call to `read-file-name' that happens
-before any other event (mouse or keypress) is handeled.  */)
+before any other event (mouse or keypress) is handled.  */)
   ()
 {
 #if defined (USE_MOTIF) || defined (HAVE_NTGUI) || defined (USE_GTK)