Fix wording of comments in w32fns.c.
authorEli Zaretskii <eliz@gnu.org>
Mon, 8 Oct 2012 11:03:00 +0000 (13:03 +0200)
committerEli Zaretskii <eliz@gnu.org>
Mon, 8 Oct 2012 11:03:00 +0000 (13:03 +0200)
src/w32fns.c

index 7f0e6d5..996c37f 100644 (file)
@@ -6128,8 +6128,8 @@ Otherwise, if ONLY-DIR-P is non-nil, the user can only select directories.  */)
 
     /* Note: under NTGUI_UNICODE, we do _NOT_ use ENCODE_FILE: the
        system file encoding expected by the platform APIs (e.g. Cygwin's
-       POSIX implementation) may not the same as the encoding expected
-       by the Windows API!  */
+       POSIX implementation) may not be the same as the encoding expected
+       by the Windows "ANSI" APIs!  */
 
     CHECK_STRING (prompt);
     CHECK_STRING (dir);
@@ -6215,6 +6215,7 @@ Otherwise, if ONLY-DIR-P is non-nil, the user can only select directories.  */)
 
     {
       int count = SPECPDL_INDEX ();
+      /* Prevent redisplay.  */
       specbind (Qinhibit_redisplay, Qt);
       block_input ();
       file_details->lpfnHook = file_dialog_callback;