emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/fileio.c,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/fileio.c,v
Date: Fri, 29 Aug 2008 09:27:27 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    08/08/29 09:27:27

Index: fileio.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/fileio.c,v
retrieving revision 1.631
retrieving revision 1.632
diff -u -b -r1.631 -r1.632
--- fileio.c    29 Aug 2008 08:04:38 -0000      1.631
+++ fileio.c    29 Aug 2008 09:27:26 -0000      1.632
@@ -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 ('/')))
          {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]