]> git.eshelyaron.com Git - emacs.git/commitdiff
* fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 26 Feb 2009 10:18:15 +0000 (10:18 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 26 Feb 2009 10:18:15 +0000 (10:18 +0000)
src/ChangeLog
src/fileio.c

index c98e26ae8737f94eca0d42aea93d2724babedd54..6148ff02abd2df042f7da1498f6fe6df9a28e095 100644 (file)
@@ -1,3 +1,7 @@
+2009-02-26  Juanma Barranquero  <lekktu@gmail.com>
+
+       * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
+
 2009-02-25  Juanma Barranquero  <lekktu@gmail.com>
 
        * lread.c (Fload): Stop checking Vloads_in_progress and signal
index 5b96949dcc4c3eeea15c9101e8235be06a721d82..ab06e4e5c872c052130cd852546d0260dbdb5db7 100644 (file)
@@ -5404,7 +5404,7 @@ DEFUN ("next-read-file-uses-dialog-p", Fnext_read_file_uses_dialog_p,
        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)