]> git.eshelyaron.com Git - emacs.git/commitdiff
(main): Fix error message text.
authorRichard M. Stallman <rms@gnu.org>
Fri, 12 Nov 1993 06:25:16 +0000 (06:25 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 12 Nov 1993 06:25:16 +0000 (06:25 +0000)
lib-src/movemail.c

index 0063e1d7a11280bbaa58723faa9b9205fa58e48d..a391a9dd783a632f06e0eacbbfafcab79e0e8b0f 100644 (file)
@@ -200,7 +200,7 @@ main (argc, argv)
       /* Give up if cannot do that.  */
       desc = open (tempname, O_WRONLY | O_CREAT, 0666);
       if (desc < 0)
-        pfatal_with_name ("lock file--see source file etc/movemail.c");
+        pfatal_with_name ("lock file--see source file lib-src/movemail.c");
       close (desc);
 
       tem = link (tempname, lockname);