changeset 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 fbab7908c69a
children fa1023e4960c
files src/fileio.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
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 ('/')))
 	  {