aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2012-10-08 13:03:00 +0200
committerEli Zaretskii2012-10-08 13:03:00 +0200
commit303cc1d110b98ef0186126a07436234d0950b8ea (patch)
tree41b4734726573d4b194118532f3bde3d579958a4 /src
parent93aa5c811f28ab0d3f7a8d0a37971efd35dfbcab (diff)
downloademacs-303cc1d110b98ef0186126a07436234d0950b8ea.tar.gz
emacs-303cc1d110b98ef0186126a07436234d0950b8ea.zip
Fix wording of comments in w32fns.c.
Diffstat (limited to 'src')
-rw-r--r--src/w32fns.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/w32fns.c b/src/w32fns.c
index 7f0e6d5e5bf..996c37f57f9 100644
--- a/src/w32fns.c
+++ b/src/w32fns.c
@@ -6128,8 +6128,8 @@ Otherwise, if ONLY-DIR-P is non-nil, the user can only select directories. */)
6128 6128
6129 /* Note: under NTGUI_UNICODE, we do _NOT_ use ENCODE_FILE: the 6129 /* Note: under NTGUI_UNICODE, we do _NOT_ use ENCODE_FILE: the
6130 system file encoding expected by the platform APIs (e.g. Cygwin's 6130 system file encoding expected by the platform APIs (e.g. Cygwin's
6131 POSIX implementation) may not the same as the encoding expected 6131 POSIX implementation) may not be the same as the encoding expected
6132 by the Windows API! */ 6132 by the Windows "ANSI" APIs! */
6133 6133
6134 CHECK_STRING (prompt); 6134 CHECK_STRING (prompt);
6135 CHECK_STRING (dir); 6135 CHECK_STRING (dir);
@@ -6215,6 +6215,7 @@ Otherwise, if ONLY-DIR-P is non-nil, the user can only select directories. */)
6215 6215
6216 { 6216 {
6217 int count = SPECPDL_INDEX (); 6217 int count = SPECPDL_INDEX ();
6218 /* Prevent redisplay. */
6218 specbind (Qinhibit_redisplay, Qt); 6219 specbind (Qinhibit_redisplay, Qt);
6219 block_input (); 6220 block_input ();
6220 file_details->lpfnHook = file_dialog_callback; 6221 file_details->lpfnHook = file_dialog_callback;