comparison 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
comparison
equal deleted inserted replaced
102283:43221c2f4272 102284:54ac3994d290
5402 5402
5403 DEFUN ("next-read-file-uses-dialog-p", Fnext_read_file_uses_dialog_p, 5403 DEFUN ("next-read-file-uses-dialog-p", Fnext_read_file_uses_dialog_p,
5404 Snext_read_file_uses_dialog_p, 0, 0, 0, 5404 Snext_read_file_uses_dialog_p, 0, 0, 0,
5405 doc: /* Return t if a call to `read-file-name' will use a dialog. 5405 doc: /* Return t if a call to `read-file-name' will use a dialog.
5406 The return value is only relevant for a call to `read-file-name' that happens 5406 The return value is only relevant for a call to `read-file-name' that happens
5407 before any other event (mouse or keypress) is handeled. */) 5407 before any other event (mouse or keypress) is handled. */)
5408 () 5408 ()
5409 { 5409 {
5410 #if defined (USE_MOTIF) || defined (HAVE_NTGUI) || defined (USE_GTK) 5410 #if defined (USE_MOTIF) || defined (HAVE_NTGUI) || defined (USE_GTK)
5411 if ((NILP (last_nonmenu_event) || CONSP (last_nonmenu_event)) 5411 if ((NILP (last_nonmenu_event) || CONSP (last_nonmenu_event))
5412 && use_dialog_box 5412 && use_dialog_box