diff src/fileio.c @ 97852:951870b6c085

(report_file_error): Clarify the case of slash defeating downcasing.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 29 Aug 2008 09:27:26 +0000
parents 6a486cee0621
children cff62eaa08c4
line wrap: on
line diff
--- a/src/fileio.c	Fri Aug 29 09:02:00 2008 +0000
+++ b/src/fileio.c	Fri Aug 29 09:27:26 2008 +0000
@@ -260,7 +260,8 @@
 	break;
       default:
 	/* System error messages are capitalized.  Downcase the initial
-	   unless it is followed by a slash.  */
+	   unless it is followed by a slash.  (The slash case caters to
+	   error messages that begin with "I/O" or, in German, "E/A".)  */
 	if (STRING_MULTIBYTE (errstring)
 	    && ! EQ (Faref (errstring, make_number (1)), make_number ('/')))
 	  {